ESP-IDF Robot Controls

This commit is contained in:
2024-12-28 19:22:16 -05:00
parent 4fdbdb8625
commit 49f824f80a

View File

@@ -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;