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:
parent
71170e8985
commit
8bc356892e
@ -29,10 +29,10 @@ void read_lc2();
|
||||
void read_lc3();
|
||||
|
||||
const int lc_clock = 23;
|
||||
const int pin_lc0 = 14;
|
||||
const int pin_lc1 = 15;
|
||||
const int pin_lc2 = 19;
|
||||
const int pin_lc3 = 20;
|
||||
const int pin_lc0 = 15; // Green
|
||||
const int pin_lc1 = 14; // Yellow
|
||||
const int pin_lc2 = 19; // White
|
||||
const int pin_lc3 = 20; // Black
|
||||
const int pin_igniter = 7;
|
||||
|
||||
double lcGain0 = -98.32;
|
||||
|
Loading…
x
Reference in New Issue
Block a user