pimoroni / mlx90640-library

Python library for the MLX90640 thermal camera
https://shop.pimoroni.com/products/mlx90640-thermal-camera-breakout
Apache License 2.0
133 stars 84 forks source link

Remove unused vars in rawrgb #62

Closed acme closed 2 years ago

acme commented 2 years ago

This change removes unused variables in rawrgb.

Gadgetoid commented 2 years ago

Good catch. Thank you! There are quite a few more of these that I should clean up. Probably need to enable -Wall generally.