Skip to content

Commit a7613a2

Browse files
committed
Add pins for 64 pin board
1 parent 03cebd5 commit a7613a2

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

src/low_power.cpp

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@
5656

5757
#ifdef __AVR_AVR128DB48__ // MINI
5858

59-
#define RING_PIN_bm PIN6_bm
59+
#define RING_PIN_bm PIN6_bm
60+
6061
#define LOWQ_PIN PIN_PB4
6162
#define VOLTAGE_MEASURE_PIN PIN_PB3
6263

@@ -77,6 +78,20 @@
7778

7879
#define RING_PIN_bm PIN4_bm
7980

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+
8095
#else
8196
#error "INCOMPATIBLE_DEVICE_SELECTED"
8297
#endif

0 commit comments

Comments
 (0)