We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03cebd5 commit a7613a2Copy full SHA for a7613a2
src/low_power.cpp
@@ -56,7 +56,8 @@
56
57
#ifdef __AVR_AVR128DB48__ // MINI
58
59
-#define RING_PIN_bm PIN6_bm
+#define RING_PIN_bm PIN6_bm
60
+
61
#define LOWQ_PIN PIN_PB4
62
#define VOLTAGE_MEASURE_PIN PIN_PB3
63
@@ -77,6 +78,20 @@
77
78
79
#define RING_PIN_bm PIN4_bm
80
81
+#define LOWQ_PIN PIN_PB4
82
+#define VOLTAGE_MEASURE_PIN PIN_PB3
83
84
+#define DEBUGGER_TX_PIN PIN_PB0
85
+#define DEBUGGER_RX_PIN PIN_PB1
86
+#define DEBUGGER_LED_PIN PIN_PB2
87
+#define DEBUGGER_SW0_PIN PIN_PD2
88
+#define DEBUGGER_USART USART3
89
90
+#define I2C0_SDA_PIN PIN_PC2
91
+#define I2C0_SCL_PIN PIN_PC3
92
+#define I2C1_SDA_PIN PIN_PF2
93
+#define I2C1_SCL_PIN PIN_PF3
94
95
#else
96
#error "INCOMPATIBLE_DEVICE_SELECTED"
97
#endif
0 commit comments