Foutmelding : Wire.send() has been renamed Wire.write().
Ik krijg een foutmelding bij het verify/compile van de nodo software zoals die beschreven staat in 3.4 Stap-4: Programmeren van de microcontroller (http://www.nodo-domotica.n)
Ik gebruik een Mega 2560 board, com en board staan goed, toch doe ik waarschijnlijk iets mis.
Overig info;
Nodo_Due.cpp: In function 'void DS1307_save()':
Nodo_Due.pde:-1: error: 'class TwoWire' has no member named 'send'
As of Arduino 1.0, the Wire.send() function was renamed to Wire.write() for consistency with other libraries.
Nodo_Due.pde:-1: error: 'class TwoWire' has no member named 'send'
As of Arduino 1.0, the Wire.send() function was renamed to Wire.write() for consistency with other libraries.
Nodo_Due.cpp: In function 'void DS1307_read()':
Nodo_Due.pde:-1: error: 'class TwoWire' has no member named 'send'
As of Arduino 1.0, the Wire.send() function was renamed to Wire.write() for consistency with other libraries.
Nodo_Due.pde:-1: 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.
Nodo_Due.cpp: In function 'void PrintChar(byte)':
Nodo_Due.pde:-1: error: 'BYTE' was not declared in this scope
As of Arduino 1.0, the 'BYTE' keyword is no longer supported.
Please use Serial.write() instead.
Nodo_Due.cpp: In function 'void PrintEventCode(long unsigned int)':
Nodo_Due.pde:-1: error: 'BYTE' was not declared in this scope
As of Arduino 1.0, the 'BYTE' keyword is no longer supported.
Please use Serial.write() instead.
Nodo_Due.cpp: In function 'void PrintTerm()':
Nodo_Due.pde:-1: error: 'BYTE' was not declared in this scope
As of Arduino 1.0, the 'BYTE' keyword is no longer supported.
Please use Serial.write() instead.
Nodo_Due.pde:-1: error: 'BYTE' was not declared in this scope
As of Arduino 1.0, the 'BYTE' keyword is no longer supported.
Please use Serial.write() instead.
Nodo_Due.cpp: In function 'void PrintDateTime()':
Nodo_Due.pde:-1: error: 'BYTE' was not declared in this scope
As of Arduino 1.0, the 'BYTE' keyword is no longer supported.
Please use Serial.write() instead.
Nodo_Due.cpp: In function 'void SerialHold(boolean)':
Nodo_Due.pde:-1: error: 'BYTE' was not declared in this scope
As of Arduino 1.0, the 'BYTE' keyword is no longer supported.
Please use Serial.write() instead.
Nodo_Due.pde:-1: error: 'BYTE' was not declared in this scope
As of Arduino 1.0, the 'BYTE' keyword is no longer supported.
Please use Serial.write() instead.
Mvg