mlx9064x 0.0.2

Library for interfacing with Melexis MLX9064* thermal cameras
1
2
3
4
5
6
7
8
9
10
11
12
13
![Crates.io](https://img.shields.io/crates/v/mlx9064x)
![docs.rs](https://img.shields.io/docsrs/mlx9064x?label=docs.rs)
[![builds.sr.ht status](https://builds.sr.ht/~paxswill/mlx9064x.svg)](https://builds.sr.ht/~paxswill/mlx9064x?)

# mlx9064x

`mlx9064x` is a library for using the MLX90640 (and eventually) MLX90641 thermal
cameras from Melexis. It's `no_std`, but these cameras require a fair bit of
memory and processing power to use fully.

This library is still in an early stage, (as reflected by the pre-0.1.0
version), so there's liable to a lot of churn before it settles into a usable
API.