_R-STS01mightyZAP Servo Tester Shield Manual_ENG_V1.2 19D5
IR-STS01 Servo Tester Shield Manual V.1.1
41
2. Arduino IDE Basic Composition
Basic composition of Arduino IDE is as below.
1. Compile button : Program will be compiled. (Compile result to be shown at area#4)
2. Upload button : Upload to Arduino at the same time of compile (In case of compile error or Arduino & usb connection error
occur, it will be shown at area#4.)
3. Serial monitor button : When PC is connected with Arduino via USB, Arduino is able to send message to PC when its
operation. If program is written by Serial.write() or Serial.print() functions, user is able to check message on Serial monitor.
4. Message area : Various Error message, complie, upload result will be shown in this area.
Compile button
Upload button
Serial monitor button
Message area