ESP-IDF Robot Controls

This commit is contained in:
2024-12-28 19:20:59 -05:00
parent 3211d7b655
commit 1d09144e7c
3 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
4095 0
0 -4095
*/
int interpolate_raw_val (int raw) {
static int interpolate_raw_val (int raw) {
int x;
x = raw - 4096;