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

zip file doesn't contain valid library? #43

Open
saimazaidi08 opened this issue Mar 27, 2023 · 4 comments
Open

zip file doesn't contain valid library? #43

saimazaidi08 opened this issue Mar 27, 2023 · 4 comments

Comments

@saimazaidi08
Copy link

saimazaidi08 commented Mar 27, 2023

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?

@saimazaidi08 saimazaidi08 changed the title zip file dent contain valid library? zip file doesn't contain valid library? Mar 27, 2023
@Letme
Copy link
Member

Letme commented Mar 27, 2023

What zip file? How are you including it?

@saimazaidi08
Copy link
Author

I downloaded the code .zip file folder provided on https://github.com/melexis/mlx90632-library here.
As we usually include the library in IDE, I went on the Sketch>include library>add .Zip library > selected mlx90632-library-master (name of the folder I just downloaded).
and then IDE shows
Specified folder/zip file does not contain a valid library

@karelv
Copy link

karelv commented Mar 27, 2023

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)
Follow the manual at https://melexis.github.io/mlx90632-library/
And also you can be inspired by our Melexis I2C Stick project, especially to code the I2C routines.
https://github.com/melexis/i2c-stick

https://github.com/melexis/i2c-stick/blob/main/i2c-stick-arduino/mlx90632_hal_arduino.cpp

@Letme
Copy link
Member

Letme commented May 16, 2023

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.

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

No branches or pull requests

3 participants