qtpy: add pin for neopixels
Этот коммит содержится в:
родитель
cfbc9be9bf
коммит
22eeed2da1
2 изменённых файлов: 3 добавлений и 2 удалений
2
Makefile
2
Makefile
|
@ -336,7 +336,7 @@ smoketest:
|
||||||
@$(MD5SUM) test.hex
|
@$(MD5SUM) test.hex
|
||||||
$(TINYGO) build -size short -o test.hex -target=itsybitsy-nrf52840 examples/blinky1
|
$(TINYGO) build -size short -o test.hex -target=itsybitsy-nrf52840 examples/blinky1
|
||||||
@$(MD5SUM) test.hex
|
@$(MD5SUM) test.hex
|
||||||
$(TINYGO) build -size short -o test.hex -target=qtpy examples/blinky1
|
$(TINYGO) build -size short -o test.hex -target=qtpy examples/serial
|
||||||
@$(MD5SUM) test.hex
|
@$(MD5SUM) test.hex
|
||||||
$(TINYGO) build -size short -o test.hex -target=teensy40 examples/blinky1
|
$(TINYGO) build -size short -o test.hex -target=teensy40 examples/blinky1
|
||||||
@$(MD5SUM) test.hex
|
@$(MD5SUM) test.hex
|
||||||
|
|
|
@ -42,7 +42,8 @@ const (
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
LED = D13
|
NEOPIXELS = D11
|
||||||
|
NEOPIXELS_POWER = D12
|
||||||
)
|
)
|
||||||
|
|
||||||
// USBCDC pins
|
// USBCDC pins
|
||||||
|
|
Загрузка…
Создание таблицы
Сослаться в новой задаче