1
0
mirror of https://gitlab.com/lander-team/lander-cpp.git synced 2025-06-15 22:56:53 +00:00

added read_lc declaration back in main.cpp

This commit is contained in:
bpmcgeeney 2021-11-14 20:34:47 -07:00
parent 503bf40c5b
commit 6a4437614e

View File

@ -32,6 +32,11 @@ HX711 lc1;
HX711 lc2;
HX711 lc3;
void read_lc0();
void read_lc1();
void read_lc2();
void read_lc3();
PWMServo servo1;
PWMServo servo2;