From 8bc356892e168d154f42b5e1b9b65c8769c771e9 Mon Sep 17 00:00:00 2001 From: bpmcgeeney Date: Mon, 22 Nov 2021 14:38:46 -0700 Subject: [PATCH] cimmenting on load cell pins --- include/teensy.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/teensy.h b/include/teensy.h index 4685e13..cdfe15a 100644 --- a/include/teensy.h +++ b/include/teensy.h @@ -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;