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.
Этот коммит содержится в:
родитель
d919905c96
коммит
3fe13a72bd
1 изменённых файлов: 0 добавлений и 5 удалений
|
@ -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
|
||||
|
|
Загрузка…
Создание таблицы
Сослаться в новой задаче