mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-08-16 12:53:23 +00:00
GPIO implements io readwriter interface, simplified display, smoke tests
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user