mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-08-15 04:13:40 +00:00
Driver for BBC micro:bit on-board LED matrix (#48)
This commit is contained in:
committed by
Ron Evans
parent
a9e5c8f710
commit
d22cf7a3e1
@@ -28,6 +28,7 @@ jobs:
|
||||
- run: tinygo build -size short -o test.elf -target=microbit ./examples/hub75/main.go
|
||||
- run: tinygo build -size short -o test.elf -target=circuitplay-express ./examples/lis3dh/main.go
|
||||
- run: tinygo build -size short -o test.elf -target=itsybitsy-m0 ./examples/mag3110/main.go
|
||||
- run: tinygo build -size short -o test.elf -target=microbit ./examples/microbitmatrix/main.go
|
||||
- run: tinygo build -size short -o test.elf -target=itsybitsy-m0 ./examples/mma8653/main.go
|
||||
- run: tinygo build -size short -o test.elf -target=itsybitsy-m0 ./examples/mpu6050/main.go
|
||||
- run: tinygo build -size short -o test.elf -target=microbit ./examples/pcd8544/setbuffer/main.go
|
||||
|
||||
Reference in New Issue
Block a user