Open GoogleCodeExporter opened 9 years ago
Better use Arduino IDE 0022 for compatibility!
Original comment by 3Dsh...@gmail.com
on 25 Feb 2012 at 4:32
This still isn't fixed, using Arduino 1.0.1. I'm going to try to fix this.
In file included from arduimu.cpp:15:
C:\Users\drasnor\Documents\Arduino\libraries\FastSerial/FastSerial.h:105:
error: conflicting return type specified for 'virtual void
FastSerial::write(uint8_t)'
C:\Users\drasnor\Documents\Arduino\arduino-1.0.1\hardware\arduino\cores\arduino/
Print.h:48: error: overriding 'virtual size_t Print::write(uint8_t)'
arduimu.cpp: In function 'bool HMC5883_init()':
arduimu.pde:-1: error: 'class TwoWire' has no member named 'send'
As of Arduino 1.0, the Wire.send() function was renamed to Wire.write() for
consistency with other libraries.
arduimu.pde:-1: error: 'class TwoWire' has no member named 'send'
As of Arduino 1.0, the Wire.send() function was renamed to Wire.write() for
consistency with other libraries.
arduimu.pde:-1: error: 'class TwoWire' has no member named 'send'
As of Arduino 1.0, the Wire.send() function was renamed to Wire.write() for
consistency with other libraries.
arduimu.pde:-1: error: 'class TwoWire' has no member named 'send'
As of Arduino 1.0, the Wire.send() function was renamed to Wire.write() for
consistency with other libraries.
arduimu.cpp: In function 'void HMC5883_read()':
arduimu.pde:-1: error: 'class TwoWire' has no member named 'send'
As of Arduino 1.0, the Wire.send() function was renamed to Wire.write() for
consistency with other libraries.
arduimu.pde:-1: error: 'class TwoWire' has no member named 'receive'
As of Arduino 1.0, the Wire.receive() function was renamed to Wire.read() for
consistency with other libraries.
Original comment by dras...@gmail.com
on 20 Jul 2012 at 6:58
Is it fixed now, I have the same error
Original comment by druckgott
on 28 Nov 2012 at 4:41
I have the same issue. I am new to DIY Drones, is there an assumption that one
needs to work with a previous release of the Arduino IDE?
Original comment by della...@gmail.com
on 12 Jan 2013 at 9:19
Original issue reported on code.google.com by
dean.slo...@hotmail.com
on 8 Feb 2012 at 3:09