File tree Expand file tree Collapse file tree 4 files changed +8
-7
lines changed
Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 11//
22// FILE: DHTStable.cpp
33// AUTHOR: Rob Tillaart
4- // VERSION: 0.2.9
4+ // VERSION: 1.0.1
55// PURPOSE: DHT Temperature & Humidity Sensor library for Arduino
66// URL: https://github.com/RobTillaart/DHTstable
77//
88// HISTORY:
99
10+ // 1.0.1 2021-06-01 change architecture to fix incompatible flag.
1011// 1.0.0 2021-05-26 rename files and class to DHTStable to fix incompatible flag.
1112// changed temperature and humidity to private
1213// breaking change!
Original file line number Diff line number Diff line change 22//
33// FILE: DHTStable.h
44// AUTHOR: Rob Tillaart
5- // VERSION: 1.0.0
5+ // VERSION: 1.0.1
66// PURPOSE: DHT Temperature & Humidity Sensor library for Arduino
77// URL: https://github.com/RobTillaart/DHTstable
88//
1313
1414#include " Arduino.h"
1515
16- #define DHTSTABLE_LIB_VERSION (F(" 1.0.0 - DHTStable" ))
16+ #define DHTSTABLE_LIB_VERSION (F(" 1.0.1 - DHTStable" ))
1717
1818
1919const int DHTLIB_OK = 0 ;
Original file line number Diff line number Diff line change 1515 "type" : " git" ,
1616 "url" : " https://github.com/RobTillaart/DHTstable.git"
1717 },
18- "version" : " 1.0.0 " ,
18+ "version" : " 1.0.1 " ,
1919 "license" : " MIT" ,
2020 "frameworks" : " arduino" ,
21- "platforms" : " avr "
21+ "platforms" : " * "
2222}
Original file line number Diff line number Diff line change 11name =DHTStable
2- version =1.0.0
2+ version =1.0.1
33author =Rob Tillaart <
[email protected] >
44maintainer =Rob Tillaart <
[email protected] >
55sentence =Stable version of library for DHT Temperature & Humidity Sensor
66paragraph =DHT11 and DHT22 and equivalent.
77category =Sensors
88url =https://github.com/RobTillaart/DHTstable
9- architectures =avr
9+ architectures =*
1010includes =DHTStable.h
1111depends =
You can’t perform that action at this time.
0 commit comments