Arduino Cheat Sheet: Poster

I would like to share my "Arduino Cheat Sheet" poster.
This poster gives an overview of the most important Arduino Language elements.

.pdf version and LaTeX source available at: http://jeroendoggen.github.io/Arduino-cheat-sheet/
Feel free to adapt the poster to your own needs.

Direct downloads:

The poster is based on:

A nice cheat sheet was posted a couple of years ago too.
Got a link to it somewhere ...

Thanks for sharing!

two typos:

0, 1, false, true)
char S2[8]=’A’,’r’,’d’,’u’,’i’,’n’,’o; // missing '

missing the constrain() function as "partner" of the map() function

maybe some link to the arduino.cc site => tutorial or so.

Thanks for the remarks.
The poster has been updated.

Here's some of the earlier cheatsheets

Arduino Cheat Sheet.pdf (152 KB)

Arduino cheat sheet v02c.pdf (464 KB)