We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c72c3f7 commit a4be568Copy full SHA for a4be568
1 file changed
fw/AIRDOS03_USTDFF/src/main.cpp
@@ -1,6 +1,6 @@
1
#include <Arduino.h>
2
#define TYPE "AIRDOS03B"
3
-#define ADCTYPE "USTSIPIN03A"
+#define ADCTYPE "USTSIPIN03C"
4
5
#define MAJOR 1
6
#define MINOR 2
@@ -19,15 +19,6 @@ String FWversion = XSTR(MAJOR)"."XSTR(MINOR)"."XSTR(GHRELEASE)"-"XSTR(GHBUILD)"-
19
#define CONV 0 // PB0, ADC CONV signal
20
#define DRESET 22 // PC6, ADC CONV command
21
#define DSET 23 // PC7, ADC chip enable
22
-#ifndef PIN_LED_RED
23
-#define PIN_LED_RED 21
24
-#endif
25
-#ifndef PIN_LED_BLUE
26
-#define PIN_LED_BLUE 22
27
28
-#ifndef PIN_LED_GREEN
29
-#define PIN_LED_GREEN 23
30
31
#define LED1 PIN_LED_RED // red
32
#define LED2 PIN_LED_BLUE // blue
33
#define LED3 PIN_LED_GREEN // green
0 commit comments