Skip to content

Commit

Permalink
Merge branch 'master' of github.com:JuliaBerry/PiGPIO.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Barth committed Dec 19, 2024
2 parents 34866ff + 10850d2 commit e34746d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ On Raspberry Pi OS, the daemon `pigpiod` can be installed and launched by using
sudo apt-get install pigpiod
# enable pigpiod via system D
sudo systemctl enable pigpiod
# start pigpiod now
sudo systemctl start pigpiod
```

The daemon can also be launched manually with `sudo pigpiod` in the terminal.
Expand Down

0 comments on commit e34746d

Please sign in to comment.