You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- #!/bin/bash
- # Allo-GG
- # Allumage de la sonnette
- # En cours de programmation
-
- # Port GPIO 17 ON (port physique 11)
- gpio -g write 17 1
|