fix naming and pin selection

This commit is contained in:
Matthias L. Jugel
2016-11-10 21:00:03 +01:00
parent cdb9682a8b
commit c1025b8658
3 changed files with 23 additions and 22 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
C20 = MICROBIT_ID_IO_P20, // SDA
C20 = MICROBIT_ID_IO_P20 // SDA
};
enum class AnalogPin {