Skip to content

Add the pigpio library to kodi on the raspberry pi 2 for I/O purposes

License

Notifications You must be signed in to change notification settings

JamesGKent/script.module.pigpio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: http://abyz.co.uk/rpi/pigpio/

On openelec the pigpio library should be started by creating an autostart file: /storage/.config/autostart.sh

With the following contents:

(
 /storage/.kodi/addons/script.module.pigpio/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. 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.

About

Add the pigpio library to kodi on the raspberry pi 2 for I/O purposes

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages