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.
Этот коммит содержится в:
Ayke van Laethem 2021-04-14 16:22:47 +02:00 коммит произвёл Ron Evans
родитель d919905c96
коммит 3fe13a72bd

Просмотреть файл

@ -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