Skip to content

Commit bac96d1

Browse files
hasenbanckfpistm
authored andcommitted
Add I2C definition for RemRam V1
I thought I had set the I2C pins to the arduino compatible values, but it seems I messed that up. This change will set the defaults for the board variant RemRam V1.
1 parent 14de4e5 commit bac96d1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

variants/REMRAM_V1/variant.h

+4
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,10 @@ extern "C"
171171
// UART Definitions
172172
#define SERIAL_UART_INSTANCE 1
173173

174+
// I2C Definitions
175+
#define PIN_WIRE_SDA PB7
176+
#define PIN_WIRE_SCL PB6
177+
174178
// Default pin used for 'Serial' instance
175179
#define PIN_SERIAL_RX 0
176180
#define PIN_SERIAL_TX 1

0 commit comments

Comments
 (0)