Difference between revisions of "Android Thing: Android Hardware Programming"
From FriendlyELEC WiKi
(→Resources) |
|||
Line 24: | Line 24: | ||
<br /> | <br /> | ||
==Resources== | ==Resources== | ||
− | * Code Samples: https://github.com/ | + | * Code Samples: https://github.com/friendlyarm/AndroidHardwareAccess |
* Guide to API in Chinese: https://github.com/friendlyarm/AndroidHardwareAccess/blob/master/友善电子Android硬件开发指南.pdf | * Guide to API in Chinese: https://github.com/friendlyarm/AndroidHardwareAccess/blob/master/友善电子Android硬件开发指南.pdf | ||
Revision as of 05:35, 2 March 2017
Contents
1 Introduction
In order for users to access FriendlyElec ARM boards' interfaces and ports easily under Android FriendlyElec has developed a library called "libfriendlyarm-hardware.so".
2 Accessible Interfaces & Ports
- Serial Port
- PWM
- EEPROM
- ADC
- LED
- LCD 1602 (I2C)
- OLED (SPI)
I2C, SPI, GPIO are accessible.
3 Applicable Boards & OS
- Smart4418 SDK: Android 5
- Tiny4412: Android 4.2, Android 5
- Tiny210/Smart210/Mini210: Android 4.2
- Tiny6410/Mini6410: 2.3
4 Resources
- Code Samples: https://github.com/friendlyarm/AndroidHardwareAccess
- Guide to API in Chinese: https://github.com/friendlyarm/AndroidHardwareAccess/blob/master/友善电子Android硬件开发指南.pdf
5 Update Log
5.1 March-2-2017
- Released English version