Arduino cheat sheet: Difference between revisions

Line 335: Line 335:
avr-nm --size-sort -C hoge.elf
avr-nm --size-sort -C hoge.elf
</syntaxhighlight>
</syntaxhighlight>
== HALT ==
AVR のニーモニックで HALT (Z80 や x86 でおなじみ) がみつからない。
[http://playground.arduino.cc/Learning/ArduinoSleepCode How to let your Arduino go to sleep and wake up on an external event.]


= もろもろメモ =
= もろもろメモ =