UNO? Pro?
I tried to compile the example server sweep code but got errors.
D:\Arduino\arduino-1.0\hardware\tools\avr\bin\avr-objcopy: ‘servo_sweep.cpp.elf’: No such file
UNO? Pro?
I tried to compile the example server sweep code but got errors.
D:\Arduino\arduino-1.0\hardware\tools\avr\bin\avr-objcopy: ‘servo_sweep.cpp.elf’: No such file
It depends on which board you received; The V1.5 is based on the Duemilanove (FTDI chip). The V2.0 is based on the Uno (ATMega8 chip). You simply need to look at the chip behind the USB connector (about two chips behind it actually); it will either have FTDI or ATMega8 written on it. If Windows did not automatically recognize the drivers or gave you an error, you likely have the Uno and need to follow a specific installation procedure to have the board recognized.