Commit graph

14 commits

Author SHA1 Message Date
per1234
8140e3d131
Move example sketch to appropriately named folder
The Arduino IDE requires the sketch folder name to match the filename of the primary sketch file. This change causes the example sketch to be accessible via the Arduino IDE's File > Examples > LIBRARYNAME menu after the library is installed.

Reference:
https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#library-examples
2018-07-21 00:01:56 -07:00
Tobias Schürg
83ba964a90 Implemented isPreHeating and isReady. 2018-07-07 16:05:40 +02:00
Tobias Schürg
99729af090 Added isPreheating and isReady to MHZ.h and reformatted. 2018-07-07 12:59:32 +02:00
Tobias Schürg
7158f63459 Introduced status codes as return values. 2018-07-04 23:20:12 +02:00
Tobias Schürg
a66da23b89 Changed status handling as it seems as if the mhz19B returns 0 instead of 0x40 like the mhz19. 2018-06-24 14:38:42 +02:00
Tobias Schürg
29ea8e92bc Added a debug mode and improved log messages. 2018-06-24 12:22:50 +02:00
Tobias Schürg
ddef5ff84f Extracted MHZ logic into its own class. 2018-06-23 14:32:55 +02:00
Tobias Schürg
4daa920efd Also defined CO2_IN and more logging. 2018-06-23 12:35:27 +02:00
Tobias Schürg
cd9a51f5a4 Renaming lcd file. 2018-04-22 21:19:35 +02:00
Tobias Schürg
1c6c808c03 Added a modified version which shows the CO2 measurements on a LCD. 2018-04-22 21:18:39 +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
fe8a863c95 Renamed ino to match directory. 2018-04-22 11:40:32 +02:00
Tobias Schürg
405515f61c Initial commit 2018-04-22 11:36:51 +02:00