We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3e5876 commit 0cff338Copy full SHA for 0cff338
SensorT25.cpp
@@ -16,6 +16,7 @@ v0.3.2 - rename class to SensorT25
16
v0.4.0 - save it like library
17
v0.4.1 - rename BIT0 and 1 to TBIT0 and 1, user IRAM_ATTR for IRQ handler
18
v0.4.2 - ESP32 is not supporting float in IRQ handler, use int instead
19
+v1.1.0 - sync version with git releases
20
*/
21
22
#include <SensorT25.h>
SensorT25.h
@@ -17,6 +17,7 @@ v0.4.0 - save it like library
v0.4.2 - ESP32 is not supporting float in IRQ handler, use int for array
v0.4.2 - treshold 100 for impuls
23
#ifndef SensorT25_h
0 commit comments