qtpy: add pin for neopixels

This commit is contained in:
sago35
2021-05-30 11:43:16 +09:00
committed by Ron Evans
parent cfbc9be9bf
commit 22eeed2da1
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -336,7 +336,7 @@ smoketest:
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=itsybitsy-nrf52840 examples/blinky1
@$(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
$(TINYGO) build -size short -o test.hex -target=teensy40 examples/blinky1
@$(MD5SUM) test.hex
+2 -1
View File
@@ -42,7 +42,8 @@ const (
)
const (
LED = D13
NEOPIXELS = D11
NEOPIXELS_POWER = D12
)
// USBCDC pins