Commit graph

7 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
99729af090 Added isPreheating and isReady to MHZ.h and reformatted. 2018-07-07 12:59:32 +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
fe8a863c95 Renamed ino to match directory. 2018-04-22 11:40:32 +02:00
Renamed from mhz19-2.ino (Browse further)