fixed: removed the code "if (pin == 0) printf(...); return;" - add for BananaPro by LeMaker team <-- OrangePi ZERO has 0 pin (h2+ =0, wPi=2, Phy=13).
For example, because of this code, interrupts to 0-pin do not work "gpio edge 0 falling"
or in the code "wiringPiISR (2, INT_EDGE_FALLING, my_interrupt );"
fixed: removed the code "if (pin == 0) printf(...); return;" - add for BananaPro by LeMaker team <-- OrangePi ZERO has 0 pin (h2+ =0, wPi=2, Phy=13). For example, because of this code, interrupts to 0-pin do not work "gpio edge 0 falling" or in the code "wiringPiISR (2, INT_EDGE_FALLING, my_interrupt );"