Arduino programming – Manual and links
To get started with programming for the Arduino you can download or buy a print version of the excellent programming notebook at lulu.com. There is also a Dutch translation that you can find on www.arduino.nu.
Download the “Arduino programming notebook” by Brian Evans at lulu.com : Arduino programming notebook
Download de “Arduino programmeer manual” Nederlandse vertaling door A. Companje van arduino.nu : Arduino programmeer manual
The Arduino website has good information to help you get started. See Getting started with Arduino.
Next to that watch use the code examples in the Arduino IDE and use the Arduino reference. The Arduino playground has more advanced information and the Arduino playground at arduino.cc.
General programming tips :
- Learn by doing
- Make simple things
- Combine simple things to make complex things
- Print code for a better overview