fix pin name for SDA

This commit is contained in:
Matthias L. Jugel 2016-11-10 15:30:49 +01:00
parent c4e427c090
commit 42d21dea28
1 changed files with 1 additions and 1 deletions

View File

@ -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 {