|
Edited by beregula at 2019-2-15 06:07
Is there a way to create an app to use the GPIO in the orange pi 3g-iot b with android?
he is alredy rooted and I can execute commands like :
Runtime.getRuntime().exec(new String[]{"/system/xbin/su", "-c", "reboot now"});
I think there must be a way to enable or disable pins in this way, but I'm not sure what to look for in my searches
|
|