fix touch pin for rev 0.3 board

This commit is contained in:
Matthias L. Jugel
2016-10-26 12:54:21 +02:00
parent 739be09ac9
commit d6d64f3edb
3 changed files with 3 additions and 5 deletions

View File

@ -29,7 +29,7 @@ enum class TouchPin {
P0 = MICROBIT_ID_IO_P0,
P1 = MICROBIT_ID_IO_P1,
P2 = MICROBIT_ID_IO_P2,
P3 = CALLIOPE_ID_IO_P3
P3 = CALLIOPE_ID_IO_P22
};
enum class AcceleratorRange {