For those who do not know, Arduino is an open-source, embedded prototyping platform. The single board microcontroller hardware with a bunch of sensors and embedded I/O controls. Hardware components contains an Atmel ATmega328 AVR microcontroller, a thermister, a crystal oscillator, etc, although it varies from board to board. It is an advanced RISC microcontroller with 32 x 8 registers and a 2-cycle multiplier. The Arduino programming language is an extension of C++ - easily learnable. The source code of...
|
1
peeps |
|
|||
No comments yet, be the first one to post comment.