pimoroni / breakout-garden

Documentation, software, and examples for the Breakout Garden ecosystem.
https://shop.pimoroni.com/products/breakout-garden-hat
MIT License
72 stars 14 forks source link

Error installing for mlx90640 #24

Closed fgarofalo56 closed 2 years ago

fgarofalo56 commented 3 years ago

Warning/error when running the install script with the mlx90640. install.log: Warning: No install.sh found for mlx90640 thermal camera.

Gadgetoid commented 2 years ago

Probably need some way to pop up some kind of pointer for devices like this. There's no meaningful way for this installer to install mlx90640 since it's just a bunch of C examples and a C driver. No library per se.

Gadgetoid commented 2 years ago

Should be fixed with a warning and info in https://github.com/pimoroni/breakout-garden/pull/28