View Single Post
Old 09-18-2009, 07:07 AM   #503 (permalink)
Froggy
EcoModding Lurker
 
Join Date: Apr 2009
Location: Debolt, Alberta
Posts: 78
Thanks: 1
Thanked 2 Times in 2 Posts
You can use any text editor to write or change the code: notepad, codewrite, Arduino IDE or any other ascii editor you have. Do not use a program that formats the text beyond whitespace formatting (font size etc) like Microsoft Word or Word Perfect.

Compiling must be done with the Arduino IDE (compiled specifically for the board type and chip you're putting it on).

The language that the Arduino IDE uses is a version of C++ for embedded devices.
  Reply With Quote