Arduino Integrated Development Environment (IDE) : Menu Bar Toolbar
Arduino Integrated Development Environment (IDE) : Menu Bar Toolbar
(IDE)
Menu Bar
Toolbar
Text Editor
Message Area
Text Console
VERIFY checks the current sketch on the IDE window for any error.
UPLOAD compiles and upload the sketch to the ACEduino board. Compiling is
the process where the IDE converts the sketch into machine code.
SAVE saves the current sketch. If you will be saving for the first time the IDE
will ask for a filename. The Message Area will indicate Done Saving upon
completion
Serial Monitor it displays serial data being sent out from the ACEduino to the
computer. It is a very useful tool for debugging.