Difference between revisions of "Template:S5Pxx18AccessHWUnderAndroid"

From FriendlyELEC WiKi
Jump to: navigation, search
(updated by API)
(updated by API)
 
(One intermediate revision by the same user not shown)
Line 17: Line 17:
 
<br />
 
<br />
 
Refer to the following url for details:<br />
 
Refer to the following url for details:<br />
* Homepage: http://wiki.friendlyarm.com/wiki/index.php/Android_Hardware_Access
+
* Homepage: http://wiki.friendlyelec.com/wiki/index.php/FriendlyThings
* Examples: https://github.com/friendlyarm/AndroidHardwareAccess
+
* Examples: https://github.com/friendlyarm/friendlythings-examples
* Guide to API in Chinese: https://github.com/friendlyarm/AndroidHardwareAccess/blob/master/友善电子Android硬件开发指南.pdf
+
* Guide to API: http://wiki.friendlyelec.com/wiki/index.php/FriendlyThings_APIs

Latest revision as of 07:19, 21 February 2022

Access Hardware under Android

FriendlyElec developed a library called “libfriendlyarm-things.so”, for android developer to access the hardware resources on the development board in their android apps, the library is based on Android NDK.
Accessible Modules:

  • Serial Port
  • PWM
  • EEPROM
  • ADC
  • LED
  • LCD 1602 (I2C)
  • OLED (SPI)


Interfaces & Ports:

  • GPIO
  • Serial Port
  • I2C
  • SPI


Refer to the following url for details: