adafruit / Adafruit-MLX90614-Library

Arduino library for the MLX90614 sensors in the Adafruit shop
Other
128 stars 97 forks source link

LittleWireM support for ATtiny85 and friends #3

Closed nfriedly closed 4 years ago

nfriedly commented 9 years ago

This, combined with https://github.com/digistump/DigistumpArduino/issues/6 will enable the MLX90614 to (easily) work with the Digispark by using the LittleWireM library instead of Wire when compiling for an ATtiny85/2313/167.

I think it will enable the library to work on the Trinket & Gemma as well, but there may be some other things there that make this unnecessary there (I'm not sure either way.)

ladyada commented 4 years ago

closing old issue, we now have Wire for 't85 platform so tinywire is no longer needed!