The Arduino language is based on C/C++ and supports all standard C constructs and some C++ features. It links against AVR Libc and allows the use of any of its functions; see its user manual for details.
它是基於AVR Libc.所發展出來的,為了使用上方便.它的程式架構十分基本及簡單化也加上許多
常用的function且加以簡化
PRODUCT HOW-TO: Make the transition from 8- to 32-bit MCU design as painless as possible
對這篇文章.感到興趣.因為我也正在努力地使用32-bit MCU中
現在是個過渡時期,是從8-bit to 32 bit.
雖然現今其系統有:4,8,16,32 bit的.
但可見到的通常也只有8,32 bit MCU
可以見到的是市場也是如此的走向.
像我是以8-bit (8051/52);32-bit(ARM)為主要的考量.