GPIO implements io readwriter interface, simplified display, smoke tests

This commit is contained in:
k-brk
2019-05-03 16:13:00 +02:00
committed by Ron Evans
parent 715829cdbd
commit 4560c61c61
4 changed files with 231 additions and 199 deletions
+2
View File
@@ -33,3 +33,5 @@ jobs:
- run: tinygo build -size short -o test.elf -target=circuitplay-express ./examples/thermistor/main.go
- run: tinygo build -size short -o test.elf -target=itsybitsy-m0 ./examples/vl53l1x/main.go
- run: tinygo build -size short -o test.elf -target=circuitplay-express ./examples/ws2812/main.go
- run: tinygo build -size short -o test.elf -target=microbit ./examples/hd44780/text/main.go
- run: tinygo build -size short -o test.elf -target=microbit ./examples/hd44780/customchar/main.go