Converting to the AVR Language
摘要
In this chapter, I briefly explain how you can begin to wean yourself off of the helpful features of the Arduino Language and write code that is in the AVR’s own variant of C++. This can greatly reduce the size of your compiled code and can make the difference between fitting your project into an ATtiny85, for example, rather than needing a full-blown ATmega328P.