c'est la cata, y'a rien qui marche en I2C

This commit is contained in:
Christian Zufferey
2019-12-15 17:59:11 +01:00
parent 09a41ab6dc
commit cff00d2d67
6 changed files with 85 additions and 27 deletions

View File

@@ -0,0 +1,3 @@
trig = 4
gpio.mode(trig, gpio.OUTPUT)
gpio.write(trig, gpio.LOW)