1
0
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:
Brendan McGeeney
2021-11-29 11:05:09 -07:00
parent e0e6ff3213
commit 55fab589c2

View File

@@ -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;