adafruit / Adafruit_MLX90393_Library

MIT License
14 stars 18 forks source link

Convert to BusIO #9

Closed caternuson closed 3 years ago

caternuson commented 3 years ago

For #6

[EDIT] Also removes unused SPI.h import

Took a look at using register, but the MLX doesn't use direct access and instead has various "commands". So just kept it simple and using I2CDevice directly.

Tested with Itsy M0:

mlx_test

Screenshot from 2020-10-09 15-54-54