Skip to content

Commit

Permalink
Fix formatting in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesGKent committed Jan 3, 2016
1 parent ad15350 commit 65cb934
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# RPi2-kodi-pigpio
Add the pigpio library to kodi on the raspberry pi 2 for I/O purposes.
the pigpio library is maintained separately here:
The pigpio library is maintained separately here:
http://abyz.co.uk/rpi/pigpio/

On openelec the pigpio library should be started by creating an autostart file:
Expand All @@ -12,8 +12,8 @@ With the following contents:
/storage/.kodi/addons/script.module.pigpio-master/lib/pigpiod -s 10
)
```
Where enclosing the command in brackets indicates that the shell should not wait for it to finish executing (as it's a system daemon it won't exit)
and the -s 10 indicates the sample rate, as it's most likely going to be used for low speed I/O a low sample rate is desirable to limit CPU usage.
Where enclosing the command in brackets indicates that the shell should not wait for it to finish executing. (as it's a system daemon it won't exit)
and the -s 10 indicates the sample rate, as it's most likely going to be used for low speed I/O, a low sample rate is desirable to limit CPU usage.
at the time of writing the possible values are 1, 2, 4, 5, 8 and 10 in microseconds.

If the system daemon is not running when the library is imported it will try and start the system daemon.

0 comments on commit 65cb934

Please sign in to comment.