mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-08-13 19:33:39 +00:00
SetPixel removed, formatting
This commit is contained in:
@@ -23,6 +23,8 @@ jobs:
|
||||
- run: tinygo build -size short -o test.elf -target=itsybitsy-m0 ./examples/espat/espconsole/main.go
|
||||
- run: tinygo build -size short -o test.elf -target=itsybitsy-m0 ./examples/espat/esphub/main.go
|
||||
- run: tinygo build -size short -o test.elf -target=itsybitsy-m0 ./examples/espat/espstation/main.go
|
||||
- run: tinygo build -size short -o test.elf -target=microbit ./examples/hd44780/customchar/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/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
|
||||
@@ -33,5 +35,3 @@ 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