l9110x: add support for L9110x h-bridge motor driver

Signed-off-by: Ron Evans <ron@hybridgroup.com>
This commit is contained in:
Ron Evans
2020-01-03 10:31:35 +01:00
committed by Daniel Esteban
parent c6e8af3057
commit d5aa295b76
5 changed files with 175 additions and 1 deletions
+4
View File
@@ -107,5 +107,9 @@ smoke-test:
@md5sum ./build/test.hex
tinygo build -size short -o ./build/test.hex -target=arduino-nano33 ./examples/l293x/speed/main.go
@md5sum ./build/test.hex
tinygo build -size short -o ./build/test.hex -target=arduino-nano33 ./examples/l9110x/simple/main.go
@md5sum ./build/test.hex
tinygo build -size short -o ./build/test.hex -target=arduino-nano33 ./examples/l9110x/speed/main.go
@md5sum ./build/test.hex
test: clean fmt-check smoke-test