1
0
mirror of https://gitlab.com/lander-team/lander-cpp.git synced 2025-06-16 15:17:23 +00:00

cimmenting on load cell pins

This commit is contained in:
bpmcgeeney 2021-11-22 14:38:46 -07:00
parent 71170e8985
commit 8bc356892e

View File

@ -29,10 +29,10 @@ void read_lc2();
void read_lc3(); void read_lc3();
const int lc_clock = 23; const int lc_clock = 23;
const int pin_lc0 = 14; const int pin_lc0 = 15; // Green
const int pin_lc1 = 15; const int pin_lc1 = 14; // Yellow
const int pin_lc2 = 19; const int pin_lc2 = 19; // White
const int pin_lc3 = 20; const int pin_lc3 = 20; // Black
const int pin_igniter = 7; const int pin_igniter = 7;
double lcGain0 = -98.32; double lcGain0 = -98.32;