I am getting these errors after verifying OpenCat.ino. The same errors also appear after attempting verification of WriteInstinct.ino
In file included from sketch/WriteInstinct/OpenCat.h:85:0,
from /Users/Vin/Documents/Arduino/OpenCat/OpenCat.ino:31:
/Applications/Arduino.app/Contents/Java/hardware/arduino/avr/libraries/Wire/src/Wire.h: In member function 'void Motion::loadDataFromI2cEeprom(unsigned int&)':
/Applications/Arduino.app/Contents/Java/hardware/arduino/avr/libraries/Wire/src/Wire.h:68:13: note: candidate 1: uint8_t TwoWire::requestFrom(int, int)
uint8_t requestFrom(int, int);
^~~~~~~~~~~
/Applications/Arduino.app/Contents/Java/hardware/arduino/avr/libraries/Wire/src/Wire.h:65:13: note: candidate 2: uint8_t TwoWire::requestFrom(uint8_t, uint8_t)
uint8_t requestFrom(uint8_t, uint8_t);
^~~~~~~~~~~
How do I fix these errors?
Thank you.
OK great! Thank you.
If it prints out the resources used, then the compilation is successful. The other messages are warnings which are common.
Have you installed other wire libraries before?
Does the compiler finish and print out the resources used?