Implementation of GPIO control - #30
Conversation
|
Can you do an interactive rebase on this to squash down the commits? Also, there's a merge conflict so once you've squashed the commits you'll need to rebase against master. |
|
As I understand this, this rebase is the tool to reorder and cleanup commits. had to read: |
|
done :-) |
d38ef53 to
b8a281d
Compare
|
Since the latest node update the build of wiring-pi fails. Is it possible to update the gcc version from 4.6.3 to 4.9.2 on travis so that travis uses the same version as raspbian? see also WiringPi/WiringPi-Node#33 |
|
@OvisMaximus I got this working here: https://travis-ci.org/alexbain/lirc_web/builds/102996397 Take a look at the https://github.com/alexbain/lirc_web/blob/wiring-pi/.travis.yml |
|
yay! On Sun, Jan 17, 2016 at 11:14 PM, Alex Bain notifications@github.com
|
|
What do you think about merging this into a |
|
@pkubat you might be interested in chiming in here, too |
|
devices / v2 sounds really good. I'd love to put my me1 branch into it, there I did some of this refactoring regarding lirc as a device. The changes to travis.yml did the job - awesome! |
|
Setteling thoughts about V2: the different supported hardware (not only lirc anymore) makes it feel appropriate to switch to a new product (osur). The macro thing comes with breaking changes on the configuration side: V2 is the minimum change regarding semver. regarding this patch, v1 master isnt the correct branch for this pull request, so I close it. |
I extended the layout of the Raspbian-Pi IR board like this: https://upverter.com/OvisMaximus/108f556de56bd474/Raspi-HIFI-Control-Center/
and attached a relais board like that
http://www.amazon.de/Kanal-Relay-Relais-Module-Arduino/dp/B00AEIDWXK
which i integrated into a power plug connector.
The code changes in this pull request enable me to use lirc_web to control this stuff also with the same GUI