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