Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot import library into arduino.cc #5

Open
BartmanEH opened this issue Nov 16, 2020 · 1 comment
Open

Cannot import library into arduino.cc #5

BartmanEH opened this issue Nov 16, 2020 · 1 comment

Comments

@BartmanEH
Copy link

When I download the link:
https://github.com/fmalpartida/New-LiquidCrystal/archive/master.zip
And try to import it, arduino.cc complains:

LIBRARIES THAT COULD NOT BE IMPORTED:
[] parse library.properties: library.properties not found

@MrAlvin
Copy link

MrAlvin commented May 20, 2023

To install, using the download link, you need to do some manual steps.

  • download

  • unpack the zip file

  • copy the unpacked master library, into your Arduino libraries folder

    if the unpacked library is called: 'New-LiquidCrystal-master'
    then copy that entire folder into 'Documents/Arduino/libraries' folder
    so you end up with a path like this: Documents/Arduino/libraries/New-LiquidCrystal-master/examples

Then, in the Arduino IDE (1.18.x), you can now choose:
Menu -> File -> Examples -> New-LiquidCrystal-master -> HelloWorld_i2c

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants