l293x: added support for h-bridge motor controller

Signed-off-by: Ron Evans <ron@hybridgroup.com>
This commit is contained in:
Ron Evans
2019-12-31 12:52:24 +01:00
committed by Daniel Esteban
parent 38076352eb
commit c6e8af3057
5 changed files with 189 additions and 1 deletions
+4
View File
@@ -103,5 +103,9 @@ smoke-test:
@md5sum ./build/test.hex
tinygo build -size short -o ./build/test.hex -target=trinket-m0 ./examples/veml6070/main.go
@md5sum ./build/test.hex
tinygo build -size short -o ./build/test.hex -target=arduino-nano33 ./examples/l293x/simple/main.go
@md5sum ./build/test.hex
tinygo build -size short -o ./build/test.hex -target=arduino-nano33 ./examples/l293x/speed/main.go
@md5sum ./build/test.hex
test: clean fmt-check smoke-test