Closed GoogleCodeExporter closed 9 years ago
i will work on this
Original comment by olikr...@gmail.com
on 4 Dec 2011 at 9:10
Original comment by olikr...@gmail.com
on 4 Dec 2011 at 9:11
Original comment by olikr...@gmail.com
on 4 Dec 2011 at 10:42
Good summary of changes for Arduino 1.0
http://blog.makezine.com/2011/12/01/arduino-1-0-is-out-heres-what-you-need-to-kn
ow/
#if ARDUINO >= 100
#include "Arduino.h"
#else
#include "WProgram.h"
#endif
Should be an easy fix.
Original comment by dbgra...@gmail.com
on 27 Jan 2012 at 1:25
It's not an easy fix. Try that. The I2C commands were changed dramatically.
Can't just change the .h reference.
Original comment by unacloc...@gmail.com
on 27 Jan 2012 at 1:27
Hi All
Is there an issue with ds1307new? According Arduino 1.0 I should have fixed
everything. And yes, sure, it is not just a rename of the header file.
But all this has been done.
Oliver
Original comment by olikr...@gmail.com
on 27 Jan 2012 at 5:14
Original issue reported on code.google.com by
unacloc...@gmail.com
on 4 Dec 2011 at 5:11