I'm trying to test out the sample sketches that came with the alphafive library, and encountered error compiling.
Am I missing a library or something? I've just followed the instructions on wiki... I would appreciate any help!
/Users/----------/Documents/Arduino/libraries/alphafive/alphafive.cpp: In function 'byte a5CheckForRTC()':
/Users/----------/Documents/Arduino/libraries/alphafive/alphafive.cpp:753: error: call of overloaded 'write(int)' is ambiguous
/Applications/Arduino.app/Contents/Resources/Java/libraries/Wire/Wire.h:55: note: candidates are: virtual size_t TwoWire::write(uint8_t)
/Applications/Arduino.app/Contents/Resources/Java/hardware/sanguino/cores/arduino/Print.h:49: note: size_t Print::write(const char*)
Comments