-
Notifications
You must be signed in to change notification settings - Fork 15
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
zip file doesn't contain valid library? #43
Comments
What zip file? How are you including it? |
I downloaded the code .zip file folder provided on https://github.com/melexis/mlx90632-library here. |
This repo is not an arduino compatible library(it is platform and MCU agnostic). (the ZIP is probably a github feature, not a file inside of this repo) https://github.com/melexis/i2c-stick/blob/main/i2c-stick-arduino/mlx90632_hal_arduino.cpp |
It is not meant as Arduino library, but we could get Continuous Integration to output the requested zip structure described in https://docs.arduino.cc/learn/contributions/arduino-creating-library-guide If someone is interested to pick it up. |
I am trying to include this library in my Arduino IDE. but it shows the error stated above. Can someone please tell me what I'm doing wrong?
The text was updated successfully, but these errors were encountered: