primozflander / MAX17262-arduino-library

Arduino library for interfacing MAX17262 fuel gauge
0 stars 0 forks source link

Install error #1

Open Disco-Inferno opened 2 months ago

Disco-Inferno commented 2 months ago

The library won’t install using the Arduino IDE .zip installer.

If the library is manually placed in the library directory it causes an error that there is no .h file.

When the .h file is moved to the root directory the .h file is found but causes errors that it doesn’t recognise any of the commands.

Is there a special way that this library needs to be installed and adjusted to get it to work?

primozflander commented 2 months ago

I use it inside Platformio IDE. You can include it from library manager available inside IDE or download .zip and unzip it to lib folder like this: image

primozflander commented 2 months ago

MAX17262.zip

Try importing this with arduino library manager