added generic 8bit shift register (#107)

* shifter: added generic 8bit shift register driver with ShiftPin Pin-compatible GPIO interface
This commit is contained in:
Daniel Esteban
2019-12-22 21:32:49 +01:00
committed by Ron Evans
parent 18f0722728
commit adb0c2c261
4 changed files with 157 additions and 0 deletions
+2
View File
@@ -65,6 +65,8 @@ smoke-test:
@md5sum ./build/test.hex
tinygo build -size short -o ./build/test.hex -target=microbit ./examples/pcd8544/setpixel/main.go
@md5sum ./build/test.hex
tinygo build -size short -o ./build/test.hex -target=pybadge ./examples/shifter/main.go
@md5sum ./build/test.hex
tinygo build -size short -o ./build/test.hex -target=microbit ./examples/sht3x/main.go
@md5sum ./build/test.hex
tinygo build -size short -o ./build/test.hex -target=microbit ./examples/ssd1306/i2c_128x32/main.go