Commit graph

8 commits

Author SHA1 Message Date
overflowerror
51af0b1d84 added support for MH-Z19C 2021-11-27 23:02:09 +01:00
牧羊犬真Q
7be7cf0f22
fixed typoes in readme and fixed error in MHZ.cpp files (#24)
* correct the type of sensor in readme

* fix overflow in int datatype in arduino Uno.
In Uno, it's 16 bits in int variable. So I add a explicit type cast in MHZ.cpp file

* fix the warning of implicit convert from hex to char.
I change the data type to unit_8t, and it also helps to unify the datatype of these cmd arrays.
2021-09-28 10:15:22 +02:00
Tobias Schürg
6d827d6e82
Update README.md 2018-09-04 23:45:04 +02:00
Tobias Schürg
dd64e185cc
Update README.md 2018-09-04 22:44:22 +02:00
Tobias Schürg
b25c94459e
Update README.md 2018-09-04 22:43:56 +02:00
Tobias Schürg
144b2ed588 Added formula to readme. 2018-04-22 12:11:58 +02:00
Tobias Schürg
847b20fe40 Added links to README. 2018-04-22 11:51:44 +02:00
Tobias Schürg
405515f61c Initial commit 2018-04-22 11:36:51 +02:00