To compile an Arduino sketch, codebender uses clang a wonderful compiler that will give you extremely descriptive warnings on terrible code. Like any good IDE, there’s built-in highlighting and ...
For your first project, start small using one of the built-in examples in the Arduino IDE. The most beginner-friendly sketch here is the "Blink," which simply makes an LED blink. You won't need to ...