We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d50e255 commit f13b5efCopy full SHA for f13b5ef
1 file changed
variants/preonic/variant.h
@@ -57,6 +57,23 @@ extern "C"
57
#define LED_STATE_ON 1 // State when LED is litted
58
59
60
+#define PIN_LED_ENABLE 20
61
+#define PIN_LED_DATA 19
62
+#define PIN_BATT_ALERT 21
63
+#define PIN_CHARGE_STATUS 22
64
+#define PIN_POWER_GOOD 31
65
+
66
+#define PIN_ENC1_A 23
67
+#define PIN_ENC1_B 24
68
69
+#define PIN_ENC2_A 25
70
+#define PIN_ENC2_B 26
71
72
+#define PIN_ENC3_A 27
73
+#define PIN_ENC3_B 28
74
75
76
77
/*
78
* Analog pins
79
#define PIN_A0 (14)
0 commit comments