Hello
After a few days of searching the web for a specific solution to the problem, I decided to ask for help here in the forum.
To the point, I recently bought an arduino 2560 plate and several gadgets for educational purposes for my 12-year-old son. Everything was going well in reworking individual projects, until we came to the 2x16 LCD display, standard only that integrated with I2C. Connecting is very easy. Then I checked what address I2C has with the scanner program. It turned out that the address is 0x27. And from that moment the stairs began. I downloaded the appropriate library, installed it according to the instructions, which are a lot on the net, and in no way can I go through the compilation of the program code. I used different codes and each compilation attempt ends with the following message.
Please, help me and my son.
Arduino: 1.8.1 (Windows 7), Board: "Arduino / Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)"
C: \ Users \ Krzyś \ Desktop \ Documents \ Miki \ arduino-1.8.1-windows \ arduino-1.8.1 \ libraries \ LiquidCrystal \ I2CIO.cpp: 35: 26: fatal error: ../Wire/Wire.h : No such file or directory
#include
^
compilation terminated.
exit status 1
Compilation error for Arduino / Genuino Mega or Mega 2560 tile.
After a few days of searching the web for a specific solution to the problem, I decided to ask for help here in the forum.
To the point, I recently bought an arduino 2560 plate and several gadgets for educational purposes for my 12-year-old son. Everything was going well in reworking individual projects, until we came to the 2x16 LCD display, standard only that integrated with I2C. Connecting is very easy. Then I checked what address I2C has with the scanner program. It turned out that the address is 0x27. And from that moment the stairs began. I downloaded the appropriate library, installed it according to the instructions, which are a lot on the net, and in no way can I go through the compilation of the program code. I used different codes and each compilation attempt ends with the following message.
Please, help me and my son.
Arduino: 1.8.1 (Windows 7), Board: "Arduino / Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)"
C: \ Users \ Krzyś \ Desktop \ Documents \ Miki \ arduino-1.8.1-windows \ arduino-1.8.1 \ libraries \ LiquidCrystal \ I2CIO.cpp: 35: 26: fatal error: ../Wire/Wire.h : No such file or directory
#include
^
compilation terminated.
exit status 1
Compilation error for Arduino / Genuino Mega or Mega 2560 tile.