Example sketches for the new Arduino IDE for ESP8266

Moderator: igrr

User avatar
By martinayotte
#62019
fra_savio wrote:C:\Users\Desktop\arduino-1.8.1\hardware\arduino\avr\libraries\Wire\src/Wire.h:54:10: note: candidate expects 1 argument, 2 provided


You are using the wrong Wire library, it should not be "hardware\arduino\avr\libraries\Wire", but ".arduino15/packages/esp8266/hardware/esp8266/2.3.0/libraries/Wire/", or your installation isn't properly done.