SHT3x driver (#53)

* SHT3x driver
This commit is contained in:
Anthony Elder
2019-05-12 15:11:15 +01:00
committed by Ron Evans
parent d22cf7a3e1
commit 5930c149d9
5 changed files with 113 additions and 1 deletions
+2 -1
View File
@@ -22,7 +22,7 @@ jobs:
- run: tinygo build -size short -o test.elf -target=microbit ./examples/easystepper/main.go
- 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=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
@@ -33,6 +33,7 @@ jobs:
- 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
- run: tinygo build -size short -o test.elf -target=microbit ./examples/pcd8544/setpixel/main.go
- run: tinygo build -size short -o test.elf -target=microbit ./examples/sht3x/main.go
- run: tinygo build -size short -o test.elf -target=microbit ./examples/ssd1306/i2c_128x32/main.go
- run: tinygo build -size short -o test.elf -target=microbit ./examples/ssd1306/spi_128x64/main.go
- run: tinygo build -size short -o test.elf -target=circuitplay-express ./examples/thermistor/main.go