From 1e8e7ea57f7a88fe2478917f0c11de2585869ba9 Mon Sep 17 00:00:00 2001 From: Amerlander Date: Sun, 30 Aug 2020 18:48:47 +0200 Subject: [PATCH] Remove P0 & P3 from AnalogPin --- libs/core/pins.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/libs/core/pins.cpp b/libs/core/pins.cpp index f6d0c059..f2fc4103 100644 --- a/libs/core/pins.cpp +++ b/libs/core/pins.cpp @@ -21,10 +21,8 @@ enum class DigitalPin { }; enum class AnalogPin { - P0 = MICROBIT_ID_IO_P12, // edge connector 0 P1 = MICROBIT_ID_IO_P0, // edge connector 1 P2 = MICROBIT_ID_IO_P1, // edge connector 2 - P3 = MICROBIT_ID_IO_P16, // edge connector 3 C4 = MICROBIT_ID_IO_P3, // LED matrix C1 C5 = MICROBIT_ID_IO_P4, // LED matrix C2 C6 = MICROBIT_ID_IO_P10, // LED matrix C3