halfbridge1974 / arduino

Automatically exported from code.google.com/p/arduino
0 stars 0 forks source link

Wire Library broken in Arduino-15 #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. As of Arduino-15, Wire library doesn't work for Pro / Pro Mini
2.
3.

What is the expected output? What do you see instead?
Compiles, no errors. Wire library not functioning properly. Check your
#ifdefs for the Arduino MEGA in Wire code. The souce of the problem
probably lies there.

What version of the Arduino software are you using? On what operating
system?  Which Arduino board are you using?
Arduino-15
Mac OSX
Funnel I/O

Please provide any additional information below.

Original issue reported on code.google.com by soundana...@gmail.com on 4 Apr 2009 at 9:03

GoogleCodeExporter commented 9 years ago
Deleted Wire.o and twi.o so they would recompile. That fixed the problem.

Original comment by soundana...@gmail.com on 10 Apr 2009 at 5:24

GoogleCodeExporter commented 9 years ago
So the source code for the libraries seems to be okay?  Has the problem 
reappeared since?

Original comment by dmel...@gmail.com on 16 Apr 2009 at 4:11

GoogleCodeExporter commented 9 years ago
The problem has not reappeared. I looked over the Wire library and didn't see 
any
changes since the last version. I am curious however if the Wire library will 
work
with the Arduino Mega since I did not see any changes in the library to 
accommodate
that uC. I guess it assumes that it's basically the same as the Wiring board in 
terms
of I2C functionality.

Original comment by soundana...@gmail.com on 16 Apr 2009 at 5:08

GoogleCodeExporter commented 9 years ago

Original comment by dmel...@gmail.com on 5 Jun 2009 at 12:33