18 Commits

Author SHA1 Message Date
d5c8af68a0 Fixed description 2022-10-02 07:59:36 +07:00
3c7180e642 Fixed display rotation and added example for SGP40 2022-10-02 07:38:44 +07:00
ee40b60aad updated documentations 2022-07-29 16:26:06 +02:00
b9a968ef7a added 90 degree rotation code 2022-07-29 11:11:39 +02:00
4bb434562f new examples 2022-06-11 16:18:21 +02:00
ff34d2c143 changed HTTP Post delay 2021-12-28 07:08:24 +07:00
73498894e4 added traffic light example 2021-12-10 11:12:26 +07:00
07e1b5e97a improved examples code 2021-12-08 09:59:32 +07:00
a3c8054839 Merge pull request #8 from markasoftware/markasoftware/math-and-wificlient
correct math.h header and specify wificlient as per new http library requirement.
2021-12-08 08:31:26 +07:00
0a9f184946 added comment 2021-12-08 08:20:22 +07:00
c270cda600 Updated library to work with ESP8266 board manager version 3.0.0 2021-06-08 08:33:51 +07:00
0abc5629fc correct math.h header and specify wificlient as per new http library requirement 2021-05-29 00:04:15 -07:00
0753a4c9dd Updated example code 2020-08-14 16:25:09 +07:00
f170404c03 Added Example for OLED and Wifi. Improved OLED code. 2020-08-13 09:34:05 +07:00
bb3c57297e Refactored OLED code 2020-08-13 08:55:04 +07:00
89e1d35a49 Removed unused files, changed example names 2020-08-13 07:40:43 +07:00
e6d886c00e v1.0.2
-Changed getCO2 to return a char and if sensor is non existent will return NULL
-Changed getPM2 to return a char and if sensor is non existent will return NULL
-Added a new function getPM2_Raw which will return the value of PM2 as an integer
-Added a new function getCO2_Raw which will return the value of CO2 as an integer
-Added 2 new variables in the TMP_Raw Struct:
1. t_Char
2. rh_Char
These variables will be used to store the corresponding values as char and if sensor is nonexistent should be NULL
2020-07-25 14:28:18 +08:00
3775be0034 v1.0.1
-Fixed getCO2 function
2020-07-25 14:22:48 +08:00