What steps will reproduce the problem?
1. Install Arduino 1.0 and copy the library folders from the OAC v4 136 to the
Arduino libraries folder.
2. Open Arduino and click the Verify button
3. Note that E24C1024.h is not found
4. Change E24C1024.h to AT24C.h and try again
5. Note that now WConstants.h is not found
6. Change in AT24C.h, change WConstants to Arduino.h, try again
7. Note that there are now Wire.send and Wire.receive errors
8. Change all instances of Wire.send to Wire.write and Wire.receive to
Wire.read in AT24C.cpp
9. Program now compiles
What is the expected output? What do you see instead?
Program compiles in latest version of Arduino that comes standard on my platform
What version of the product are you using? On what operating system?
Arduino 1.0, Ubuntu 12.04, Open_Access_Control_v4_std_136.zip
Original issue reported on code.google.com by bradley....@gmail.com on 13 Feb 2014 at 7:24
Original issue reported on code.google.com by
bradley....@gmail.com
on 13 Feb 2014 at 7:24