Skip to content

Commit

Permalink
Merge pull request #2 from JamesGKent/JamesGKent-V64
Browse files Browse the repository at this point in the history
James g kent v64
  • Loading branch information
JamesGKent authored Jan 2, 2018
2 parents 9543272 + c5c91d2 commit b09b2f9
Show file tree
Hide file tree
Showing 9 changed files with 1,762 additions and 331 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ On openelec the pigpio library should be started by creating an autostart file:
With the following contents:
```
(
/storage/.kodi/addons/script.module.pigpio-master/lib/pigpiod -s 10
/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.
If the system daemon is not running when the library is imported it will try and start the system daemon.
6 changes: 3 additions & 3 deletions addon.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.module.pigpio"
name="pigpio"
version="1.0.1"
version="1.0.2"
provider-name="James Kent">
<requires>
<import addon="xbmc.python" version="2.14.0"/>
Expand All @@ -15,7 +15,7 @@
<language></language>
<forum>none</forum>
<email>none</email>
<source>https://github.com/JamesGKent/script.module.pigpio-master</source>
<source>https://github.com/JamesGKent/script.module.pigpio</source>
<platform>linux</platform>
</extension>
</addon>
</addon>
Binary file modified lib/libpigpio.so
100644 → 100755
Binary file not shown.
Binary file modified lib/libpigpiod_if.so
100644 → 100755
Binary file not shown.
Binary file modified lib/libpigpiod_if2.so
100644 → 100755
Binary file not shown.
Binary file modified lib/pig2vcd
100644 → 100755
Binary file not shown.
Loading

0 comments on commit b09b2f9

Please sign in to comment.