How can i access I2C or GPIO on RK3399 from android application ?
gr
Re: access I2C from android
Posted: Mon Nov 05, 2018 12:16 am
by v8dave
FriendlyArm provide a driver for this but you can also create your own with a JNI. Search for Android I2C as there is some sample code out there for this. The latest Android Studio can build and debug native code.