Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
cgomesu committed Dec 18, 2020
1 parent df1ca8b commit d668785
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# rpi-button-box
Core program for a Raspberry Pi **button box controller** that uses the `gpiozero` Python library. This repo is a companion to my blog post about [repurposing external HDD cases into buttons boxes](https://cgomesu.com/blog/Rpi-button-box-ehdd-enclosure/). If you have any questions or want to share your opinions, use the [Discussions](https://github.com/cgomesu/rpi-button-box/discussions) option. If you have issues with the program, then [open an issue](https://github.com/cgomesu/rpi-button-box/issues).
Core program for a Raspberry Pi **button box controller** that uses the `gpiozero` Python library. This repo is a companion to my blog post about [repurposing external HDD cases into button boxes](https://cgomesu.com/blog/Rpi-button-box-ehdd-enclosure/). If you have any questions or want to share your opinions, use the [Discussions](https://github.com/cgomesu/rpi-button-box/discussions) option. If you have issues with the program, then [open an issue](https://github.com/cgomesu/rpi-button-box/issues).

## Disclaimer
This is free and has **no warranty** whatsoever. Use it at your own risk. Misconfigured pins might damage your board.
Expand Down
1 change: 0 additions & 1 deletion systemd/button-box.service
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
Description=A button box controller for the Raspberry Pi

[Service]
# Edit the directory below if you placed the folder elsewhere
Type=simple
# User must match folder permission and user with the required Python packages
User=pi
Expand Down

0 comments on commit d668785

Please sign in to comment.