- Added support for the OnSemi ON NCt75 and NCT375's non-standard one-shot conversion mode, thanks to @Duckle29.
- Fixed a bug which was setting the
SENSOR_ALERT_PIN
pin to an output, also thanks to @Duckle29..
- Replace
_BV
withbit
for non-AVR platforms
- Restructure vanity-named classes to use
#define
instead of subclassing so that they work consistently with regard to constructors.
- Tested with 14 different makes/models of temperature sensors.
- Improve examples for clarity.
- Improve descriptions in the
library.properties
file. - Add
TI_LM75
alias.
- Replaced I²C with I2C in the name based on request from the Arduino team.
- Add
TI_TMP112
alias.
- Initial version tested only with the Texas Instruments TMP102.