"Here's my work-around solution to arduimu.cpp's clobbering of Arduino's analog_reference.
In the header section of arduimu.pde add this line: #include <pins_arduino.h>>
In the setup() procedure, add one or both of these two lines:
The problem is that adruimu.cpp defines its own analog_reference rather than importing it from Arduino's wiring_analog.c. (Probably because somebody took a shortcut, which is now biting me.) For everybody else…"
"Thanks very much for your reply, Chris. I was following the usual Arduino startup routine. Just assumed that Blink would work, trying to take very small steps. I guess too small in this case. Thanks to your guidance ArduIMUTest.exe is now working.…"
Using ArduIMU+ V2 (Flat) with arduino-0019 IDE on Win Vista SP2...First step went fine -- I connected the ArduIMU board, and Win Vista found and installed the FTDI USB driver.Then I launched the arduino-0019 application, chose port COM4 (FTDI USB),…