Skip to content
Snippets Groups Projects
Commit 89a2fe7f authored by Charles JAVERLIAT's avatar Charles JAVERLIAT
Browse files

Add start pigpiod service

parent 9f416b7f
No related branches found
No related tags found
No related merge requests found
......@@ -107,6 +107,7 @@ For the Raspberry Pi to be able to use its GPIOs, we will install `pigpio`.
sudo apt-get install -y pigpio
# Run the pigpio daemon on boot
sudo systemctl enable pigpiod
sudo systemctl start pigpiod
sudo service pigpiod status
```
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment