Re: [android-developers] Re: HOW TO ACCESS GPIO PINS IN ANDROID 2.1

2010-12-21 Thread David Castillo Fuentes
hi, you my probably want to use the gpio framework that is architecture specific, so this might probably involves making your kernel device driver (Allocating/Freeing Resources using Kernel API's) + JNI Library + Java Application. On Tue, Dec 21, 2010 at 8:46 PM, Brill Pappin wrote: > > You'l

[android-developers] Re: HOW TO ACCESS GPIO PINS IN ANDROID 2.1

2010-12-21 Thread Brill Pappin
You'll likely need to drop down into the os. So this is the wrong group for your forum. Try the platform group, they are much more involved in the platform and hardware access in general. - brikk On Dec 20, 1:37 am, selva wrote: > Hi, > > I have a development Board[ARM A8 CORTEX] Running Andr