fix pin name for SDA
This commit is contained in:
parent
c4e427c090
commit
42d21dea28
@ -19,7 +19,7 @@ enum class DigitalPin {
|
||||
C15 = CALLIOPE_ID_IO_P15, // LED matrix R3
|
||||
//P16 = MICROBIT_ID_IO_P16,
|
||||
C19 = MICROBIT_ID_IO_P19, // SCL
|
||||
P20 = MICROBIT_ID_IO_P20, // SDA
|
||||
C20 = MICROBIT_ID_IO_P20, // SDA
|
||||
};
|
||||
|
||||
enum class AnalogPin {
|
||||
|
Loading…
Reference in New Issue
Block a user