├── LICENSE ├── README.md ├── arduino_sample └── arduino_sample.ino ├── library.properties └── src ├── MQ2.cpp └── MQ2.h /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/labay11/MQ-2-sensor-library/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/labay11/MQ-2-sensor-library/HEAD/README.md -------------------------------------------------------------------------------- /arduino_sample/arduino_sample.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/labay11/MQ-2-sensor-library/HEAD/arduino_sample/arduino_sample.ino -------------------------------------------------------------------------------- /library.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/labay11/MQ-2-sensor-library/HEAD/library.properties -------------------------------------------------------------------------------- /src/MQ2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/labay11/MQ-2-sensor-library/HEAD/src/MQ2.cpp -------------------------------------------------------------------------------- /src/MQ2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/labay11/MQ-2-sensor-library/HEAD/src/MQ2.h --------------------------------------------------------------------------------