isan Posted September 19, 2016 Posted September 19, 2016 I install Jessie server armbian on orange pi and install wiring op on it from this link https://github.com/zhaolei/WiringOP and for test interrupt I use this example form https://github.com/ngs/wiringPi/blob/master/examples/isr.c as he said for test use gpio mode 0 up gpio mode 0 down in terminal , I did this and it just print waiting... my question is , Is wiringPiISR working on orange pi one? If the answer is yes, what should happen in this example? If the answer is no ,what can use instead of wiringPiISR ?
StaLeWaR Posted September 24, 2016 Posted September 24, 2016 I know only one which employs an interrupt https://github.com/WereCatf/WiringOP I use it 1
isan Posted September 25, 2016 Author Posted September 25, 2016 I know only one which employs an interrupt https://github.com/WereCatf/WiringOP I use it you use it in orange pi one? interrupt was worked? I think your link and mine, has a same thing
StaLeWaR Posted September 25, 2016 Posted September 25, 2016 Our links are not the same.I made good use of it on an orange pi pÑ https://github.com/StaLeWaR/OPi-Fan I have information that works on all PA *, PG *. On the PC *, PD * - not running. But I have not checked
isan Posted September 27, 2016 Author Posted September 27, 2016 I get wiring op from your link https://github.com/WereCatf/WiringOP and install it and interrupt works. tnx
Recommended Posts