lotus: Remove pins that we don't use

Now if you grep GP0 through GP29 they'll all only show for the exact
uses we need them for.

Signed-off-by: Daniel Schaefer <git@danielschaefer.me>
This commit is contained in:
Daniel Schaefer 2023-01-07 22:25:27 +08:00
parent 48deca2b32
commit 8d392644b0

View File

@ -43,10 +43,7 @@ const float CONV_FACTOR = 3.3f / (1<<12);
#define MUX_C GP3
#define MUX_ENABLE GP4
#define ADC_CH0_PIN GP26
#define ADC_CH1_PIN GP27
#define ADC_CH2_PIN GP28
#define ADC_CH3_PIN GP29
// Voltage threshold - TODO: Need to adjust
#define ADC_THRESHOLD 3.0f