I noticed the problem with PUD DOWN/UP when I used this library wiringOP with my Orange PI Zero. I wanted to create panel with buttons and I used GPIO pins with mode INPUT. But I noticed pins have random state and it's really not good for buttons, because I can't read normal state 0 or 1 when button pressed or not. So I checked this one https://github.com/xpertsavenue/WiringOP-Zero and now all good. As I understood from wiringOP removed maybe needed code.
I noticed the problem with PUD DOWN/UP when I used this library wiringOP with my Orange PI Zero. I wanted to create panel with buttons and I used GPIO pins with mode INPUT. But I noticed pins have random state and it's really not good for buttons, because I can't read normal state 0 or 1 when button pressed or not. So I checked this one https://github.com/xpertsavenue/WiringOP-Zero and now all good. As I understood from wiringOP removed maybe needed code.