From: Brennen Bearnes Date: Tue, 15 Jan 2019 21:44:54 +0000 (-0700) Subject: working libgpiod_pulsein on pi: add sysv_ipc dep; add pulseio to py_modules X-Git-Tag: 1.2.1^2 X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/commitdiff_plain/489ca1ea571189f32542c84d73e7c1dbe97fa7c9?ds=inline;hp=489ca1ea571189f32542c84d73e7c1dbe97fa7c9 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. ---