xpertsavenue / WiringOP-Zero

WiringPi / WiringOP libary for the Orange Pi Zero with 26 pin GPIO header
GNU Lesser General Public License v3.0
173 stars 82 forks source link

Interrupt function "eternal loop" bug fixed. #25

Closed sanjuruk closed 2 years ago

sanjuruk commented 5 years ago

Interrupt function "eternal loop" bug fixed. 'lseek' is done before the 'read' in waitForInterrupt function

Fixed issue 21 [https://github.com/xpertsavenue/WiringOP-Zero/issues/21]