I could use a bit of basic arduino support???
I have a UNO Rev3 made in italy board, and am running V1.0 of the windows software.
After going a bit 'kid in the sweetshop' with ebay and enhancements, ive opted to replace the simple 4-5 contact switch interface with a full keypad, little buttons, dark patio, me after a few beers, uping downing numbers might be a bit of a struggle..(Based on the hours it seems to set the central heating after a pint or 2..) anyway that decision led to a shortage of pins.. SO i then got a I2C interface board which arrived this morning.. chores done i soldered it up, and have hit a snag with the library code..
I have installed the right lib, according to the online documentation, ive opened the .h and .ccp files to confirm the error kicked up by the sketch compiler.
the I2C lib BV4618_i.h for the product
http://www.byvac.com/bv3/index.php?rout ... uct_id=100
the compiler is kicking out an error:
"Wire.Recieve() has been renamed Wire.Read()"
the Text window details a lot of:
C:\arduino-1.0-windows\arduino-1.0\libraries\bv4618_I\bv4618_I.cpp: In member function 'char BV4618_I::key()':
bv4618_I.pde

error: 'class TwoWire' has no member named 'receive'
As of Arduino 1.0, the Wire.receive() function was renamed to Wire.read() for consistency with other libraries.
Which points at the bv4168_i lib having compatibility issues? it also has the following #include Wprogram.h which has been replaced with Arduino.h??
a little digging tells me arduino 1.0 was released december 2011 and the bv5618 lib predates that june 2011.
so i need to edit the .ccp file and .h file to replace the , Recieve() calls with .Read() and recompile the library??
to start with???
if so what compiler should i look at im working on an 8gb netbook with msxp. so space is at a premium. any gotchas i should look out for?
Im a little worried i could be Very wrong tho, My google searches have not uncovered anyone else having this or a similar issue, and i cant be the first person since june last year to buy n try one of these beasties.
I did find a refference to a few timing issues which pre-date the new lib which is probably a response and fix to those issues??
I have emailed the supplier/maker BV but its a saturday and i have itchy brew controller fingers..
cheers any advice would be appreciated