From 65cb9349c8e32ff1d75ca6348d188da97d6f4ccb Mon Sep 17 00:00:00 2001 From: JamesGKent Date: Sun, 3 Jan 2016 08:58:51 +0000 Subject: [PATCH] Fix formatting in readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c560c4b..5d9f733 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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. \ No newline at end of file