Aldubbs / open-access-control

Automatically exported from code.google.com/p/open-access-control
0 stars 0 forks source link

Open_Access_Control_v4_std_136 won't compile in Arduino 1.0 #16

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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