We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7ff411 commit 1b2ddf3Copy full SHA for 1b2ddf3
variants/OPTA/pins_arduino.h
@@ -68,6 +68,16 @@ static const uint8_t A6 = PIN_A6;
68
static const uint8_t A7 = PIN_A7;
69
#define ADC_RESOLUTION 12
70
71
+// Pin mapping to match serigraphy
72
+static const uint8_t I1 = PIN_A0;
73
+static const uint8_t I2 = PIN_A1;
74
+static const uint8_t I3 = PIN_A2;
75
+static const uint8_t I4 = PIN_A3;
76
+static const uint8_t I5 = PIN_A4;
77
+static const uint8_t I6 = PIN_A5;
78
+static const uint8_t I7 = PIN_A6;
79
+static const uint8_t I8 = PIN_A7;
80
+
81
// Digital pins
82
// -----------
83
#define D0 (0u)
0 commit comments