Driver for BBC micro:bit on-board LED matrix (#48)

This commit is contained in:
Daniel Esteban
2019-05-05 16:51:04 +02:00
committed by Ron Evans
parent a9e5c8f710
commit d22cf7a3e1
4 changed files with 218 additions and 0 deletions
+1
View File
@@ -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