FS#53384 - [arduino-avr-core] LiquidCrystal.h missing
Attached to Project:
Community Packages
Opened by Florian Rüchel (javex) - Monday, 20 March 2017, 12:07 GMT
Last edited by Antonio Rojas (arojas) - Saturday, 07 September 2019, 11:16 GMT
Opened by Florian Rüchel (javex) - Monday, 20 March 2017, 12:07 GMT
Last edited by Antonio Rojas (arojas) - Saturday, 07 September 2019, 11:16 GMT
|
Details
Description:
Following a tutorial using LiquidCrystal.h (https://www.arduino.cc/en/Tutorial/HelloWorld), the code doesn't compile, complaining the file is missing. Investigation shows that it is supposed to be part of the arduino package but the way it's built likely excludes libraries (on purpose). I suppose these are meant to be in this package, i.e. the avr-core. However, it seems the file currently downloaded does not include this particular library. I'm not quite sure where this issue comes from and if this just needs to be updated here as I can't find out what the current version of avr-core would be. |
This task depends upon
Closed by Antonio Rojas (arojas)
Saturday, 07 September 2019, 11:16 GMT
Reason for closing: Not a bug
Saturday, 07 September 2019, 11:16 GMT
Reason for closing: Not a bug
Comment by NicoHood (NicoHood) -
Wednesday, 22 March 2017, 15:34 GMT
Try to install the library from the library manager and report
back if it works. It should. You will also get updates from there.
Comment by Daniel Tobias (dant) -
Friday, 07 June 2019, 02:37 GMT
installing from the library manager works.