mirror of
https://gitlab.com/lander-team/static-load-test-code.git
synced 2025-08-02 11:31:28 +00:00
color codes for load cells
This commit is contained in:
@@ -28,10 +28,10 @@ const double k2 = -202.56;
|
||||
const double k3 = -295.53;
|
||||
|
||||
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 = 14; // Yellow
|
||||
const int pin_lc1 = 15; // Green
|
||||
const int pin_lc2 = 19; // Black
|
||||
const int pin_lc3 = 20; // White
|
||||
|
||||
const int chipSelect = BUILTIN_SDCARD;
|
||||
File dataFile;
|
||||
|
Reference in New Issue
Block a user