WiringOP icon indicating copy to clipboard operation
WiringOP copied to clipboard

Use WiringOp on Android

Open fireghostea opened this issue 5 years ago • 1 comments

hi how should I use WiringOp on Officially android for orange pi I added this library to my android project and built that with NDK and run on my orange pi Pc but when I use wiringPiSetup I get an exception (maybe because cannot access to /dev/mem) and when I call wiringPiSetupSys instead, no exception but that is not working how should I do that? not that my android is rooted

fireghostea avatar Mar 27 '19 23:03 fireghostea

hi how should I use WiringOp on Officially android for orange pi I added this library to my android project and built that with NDK and run on my orange pi Pc but when I use wiringPiSetup I get an exception (maybe because cannot access to /dev/mem) and when I call wiringPiSetupSys instead, no exception but that is not working how should I do that? not that my android is rooted

What exactly you need to do for compile this with NDK?

ricardorector avatar Nov 04 '23 04:11 ricardorector