Last active
November 8, 2019 05:03
-
-
Save ma2shita/8ee3f93a209025433c5a44bddbcdaaba to your computer and use it in GitHub Desktop.
Let's try IoT Prototyping / Fixed point camera with RPi (gpio6 / service of systemd)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description = Shooting camera client by GPIO6 (implementation) | |
[Service] | |
Type = simple | |
ExecStart = /bin/bash /home/pi/gpio6_shooting.bash | |
[Install] | |
WantedBy = default.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment