microbit: remove LED constant

There doesn't appear to be a user-controllable LED outside of the LED
matrix. In fact, the pin assigned for this was P13, which was connected
to the SPI SCK pin.
This commit is contained in:
Ayke van Laethem
2021-04-14 16:22:47 +02:00
committed by Ron Evans
parent d919905c96
commit 3fe13a72bd
-5
View File
@@ -5,11 +5,6 @@ package machine
// The micro:bit does not have a 32kHz crystal on board.
const HasLowFrequencyCrystal = false
const (
LED = P13
LED1 = LED
)
// Buttons on the micro:bit v2 (A and B)
const (
BUTTON Pin = BUTTONA