Please refer to the following documents for the introduction and usage of Arduino-Lite: Arduino-Lite Lightweight AVR library(1) Arduino-Lite Lightweight AVR library(2) Arduino-Lite keeps most interfaces provided by Arduino. For the reference manual of these interfaces, please refer to the Doc on Arduino Official website: http://arduino.cc/en/Reference/HomePage Besides, you can use all the…
This is the second article in the series, which introduces the installation and usage of the Arduino-Lite. Arduino-Lite is a lightweight high-performance firmware library for AVR mcus, which is developed based on the original Arduino project. We make it easy to use, just like the Arduino. Compared to the original…
We are glad to introduce the Arduino-Lite to you. Arduino-Lite is a lightweight high-performance firmware library for AVR MCUs, which is developed based on the original Arduino project. We make it easy to use, just like the Arduino. Compared to the original library, Arduino-Lite generates smaller binaries and perform faster. And…