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:
@@ -43,10 +43,7 @@ const float CONV_FACTOR = 3.3f / (1<<12);
|
|||||||
#define MUX_C GP3
|
#define MUX_C GP3
|
||||||
#define MUX_ENABLE GP4
|
#define MUX_ENABLE GP4
|
||||||
|
|
||||||
#define ADC_CH0_PIN GP26
|
|
||||||
#define ADC_CH1_PIN GP27
|
|
||||||
#define ADC_CH2_PIN GP28
|
#define ADC_CH2_PIN GP28
|
||||||
#define ADC_CH3_PIN GP29
|
|
||||||
// Voltage threshold - TODO: Need to adjust
|
// Voltage threshold - TODO: Need to adjust
|
||||||
#define ADC_THRESHOLD 3.0f
|
#define ADC_THRESHOLD 3.0f
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user