Files
AstroRotaxMonitor/RotaxMonitor/src/channels.h
2026-03-24 17:07:49 +01:00

12 lines
162 B
C

// ADC Channels
#define A1_RAW 0
#define A2_RAW 1
#define B1_RAW 2
#define B2_RAW 3
#define A1_COND 4
#define A2_COND 5
#define B1_COND 6
#define B2_COND 7