Week 10: Output Devices

This week, I tried to program Fabduino board in Arduino IDE using servo motor as my output device.



I used File->Examples->Servo->Knob code in Arduino 1.0.4 as my starting point and made the following edits.

The goal is to instruct the servo motor move between 10 degree position and 180 degree position every second.



I ran into some technical errors as below when I tried to load the program.

So I went back to test a more basic code in Arduino, the blink code. The same error message appeared. But I was able to make the blink code work using Terminal with the same board. I'll continue to debug next week and help is appreciated.