]> Repositories - Adafruit_Blinka-hackapet.git/commit
working libgpiod_pulsein on pi: add sysv_ipc dep; add pulseio to py_modules
authorBrennen Bearnes <bbearnes@gmail.com>
Tue, 15 Jan 2019 21:44:54 +0000 (14:44 -0700)
committerBrennen Bearnes <bbearnes@gmail.com>
Tue, 15 Jan 2019 21:44:54 +0000 (14:44 -0700)
commit489ca1ea571189f32542c84d73e7c1dbe97fa7c9
treec46a97be92950c55b6657e2d988c2b32b6be354f
parent9ee0ad5ca97bd23a45a03af5f22e1a08abfe0992
working libgpiod_pulsein on pi: add sysv_ipc dep; add pulseio to py_modules

The included libgpiod_pulsein binary wasn't being used on the Pi,
specifically with Adafruit_CircuitPython_DHT.  It turns out that
`pulseio` was missing from the list of modules to install, we weren't
installing `sysv_ipc` as a dependency, and `libgpiod_pulsein` itself
wasn't marked as executable.

This is now tested and working on a Pi 3B+ with a DHT22.
requirements.txt
setup.py
src/adafruit_blinka/microcontroller/bcm283x/pulseio/libgpiod_pulsein [changed mode: 0644->0755]