I want to create an android application with xamarin.Android in which I can control GPIO pin to display LED. Can anyone please help to do that?
Thanks in Advance
I want to create an android application with xamarin.Android in which I can control GPIO pin to display LED. Can anyone please help to do that?
Thanks in Advance
Hi,SheejaVarghese. Xamarin.Android doesn't provide the Android Things api. To control the gpio programmatically, you could bind the Peripheral I/O Library to your project to use GPIO api.
Here is the related doc: https://docs.microsoft.com/en-us/xamarin/android/platform/binding-java-library/
9 people are following this question.