melexis / mlx90640-library

MLX90640 library functions
Apache License 2.0
241 stars 192 forks source link

mbed.h no such file in directory #70

Closed Googlesmagic closed 4 years ago

Googlesmagic commented 4 years ago

I have been getting this error when trying to compile the code for an arduino duo. I am fairly new to this and I am not sure what I am doing wrong. I am not sure if I need to download the mbed,h file online somewhere as I am having trouble finding it.

Cheers

slavysis commented 4 years ago

Hi, the MLX90640_I2C_Driver.cpp should be modified for any specific MCU. The included file is an example for MBED. For more details, please refer to MLX90640 driver.pdf

Best regards

kkaryono commented 4 years ago

Hi, I am fairly new also, but I've managed to run the module. You can use the code which is already available like Adafruit code https://github.com/adafruit/Adafruit_MLX90640 or Spark Fun https://github.com/sparkfun/SparkFun_MLX90640_Arduino_Example. Kind Regards,