Skip to content

Releases: shunceyb/MultiMAX6675

Release 0.1.2

11 Jun 05:45
Compare
Choose a tag to compare
Release 0.1.2 Pre-release
Pre-release

This release makes it compatible with AVR Arduino Core.

  • Uses C-style arrays instead of vectors(is this a downgrade? idk) in order for it to work on other Arduino Cores that doesn't have vector support. I also don't want dependencies.
  • make bind() return an index again, instead of a thermocouple object, because of the C-style arrays. (open a PR if you have a better way of doing this)
  • Moved the enum "Unit" within the Thermocouple struct in order to not pollute the global namespace.

Release 0.1.1

07 Jun 10:54
Compare
Choose a tag to compare
Release 0.1.1 Pre-release
Pre-release
huh

Release 0.1.0

07 Jun 10:16
Compare
Choose a tag to compare
Release 0.1.0 Pre-release
Pre-release

I made the library even easier to use.

Release 0.0.1

06 Jun 10:13
d3f8a0e
Compare
Choose a tag to compare
Release 0.0.1 Pre-release
Pre-release
Update README.md