mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-17 21:13:43 +00:00
ESP-IDF Robot Controls
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
4095 0
|
||||
0 -4095
|
||||
*/
|
||||
static int interpolate_raw_val (static int raw) {
|
||||
static int interpolate_raw_val (int raw) {
|
||||
int x;
|
||||
|
||||
x = raw - 4096;
|
||||
|
Reference in New Issue
Block a user