Skip to content

Commit 0cff338

Browse files
committed
Sync versions and release
v1.1.0 - sync version with git releases
1 parent d3e5876 commit 0cff338

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

SensorT25.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ v0.3.2 - rename class to SensorT25
1616
v0.4.0 - save it like library
1717
v0.4.1 - rename BIT0 and 1 to TBIT0 and 1, user IRAM_ATTR for IRQ handler
1818
v0.4.2 - ESP32 is not supporting float in IRQ handler, use int instead
19+
v1.1.0 - sync version with git releases
1920
*/
2021

2122
#include <SensorT25.h>

SensorT25.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ v0.4.0 - save it like library
1717
v0.4.1 - rename BIT0 and 1 to TBIT0 and 1, user IRAM_ATTR for IRQ handler
1818
v0.4.2 - ESP32 is not supporting float in IRQ handler, use int for array
1919
v0.4.2 - treshold 100 for impuls
20+
v1.1.0 - sync version with git releases
2021
*/
2122

2223
#ifndef SensorT25_h

0 commit comments

Comments
 (0)