Releases: nurazur/TiNo2
TiNo2 Release V2.6.1
This is Version 2.6.1
Version 2.6.0 has errors in source files and won't work -> removed
Versions 2.1 to 2.5 are skipped.
New
Sensor supports now Thermocouple Senors MAX6675, MAX31855, MAX31856 and ADS1120 ADC.
Improvements
Code restructured for readability. Compile switches are now done in user_config.h, so that the sensor sketch itself doesn't need any modification.
Fixes
-
receiver reports false packets with sender-ID 0
-
Make TiNo2 libraries compliant with Arduino library specification.
Verified with arduino-lint. Warnings persist because of missing examples. -
Rename receiver key.h into user_config.h
TiNo2 Release V2.0.0
New
This release is required because wiring changed on new hardware, which required an update of the RF driver firmware.
Code compiles for megaAVR0 (48k Flash) and AVR64DDxx family devices.
Improvements
Restructured the source code of the sensor.
Bug Fixes
no bug fixes (no known bugs!)
TiNo2 Release V1.0.1
update boards.txt to allow burning bootloaders.
TiNo2 Release V1.0.0
First official release of the TiNo2 libtaries with Atmega4808 MCU for Arduino IDE
TiNo2 Pre-Release V0.0.3
added one-wire library. This has to be modified for 1MHz clock.
TiNo2 Pre-Release V0.0.1
First Beta Release of TiNo2. It has the same features as TiNo Version 3.0.2, but uses ATMega4808 MCU instead of ATMega328P.