arduino-libraries / LiquidCrystal

Liquid Crystal Library for Arduino
http://arduino.cc/
246 stars 169 forks source link

Print.h not included in newer platforms #33

Closed Aduen closed 4 years ago

Aduen commented 4 years ago

Print.h dependency is not included with some boards (for example mbed based boards). Easy fix is to replace Print.h with Arduino.h

per1234 commented 4 years ago

Closing as duplicate of https://github.com/arduino/Arduino/issues/10025, which was fixed by https://github.com/arduino/ArduinoCore-API/commit/7f8de5869ee3de7a915bf1db64313c08595b3ac3.

The problem will be resolved on the next release of the boards platform.