pin updates

This commit is contained in:
Matthias L. Jugel
2017-01-31 22:36:32 +01:00
parent 53dd4206a0
commit 0de9102f96
4 changed files with 45 additions and 56 deletions

View File

@ -26,10 +26,10 @@ enum class Rotation {
};
enum class TouchPin {
P0 = MICROBIT_ID_IO_P0,
P1 = MICROBIT_ID_IO_P1,
P2 = MICROBIT_ID_IO_P2,
P3 = CALLIOPE_ID_IO_P22
P0 = MICROBIT_ID_IO_P12,
P1 = MICROBIT_ID_IO_P0,
P2 = MICROBIT_ID_IO_P1,
P3 = MICROBIT_ID_IO_P16
};
enum class AcceleratorRange {