1
0
This repository has been archived on 2025-11-01. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
contaminus/hardware/include/MQ7.hpp
2025-04-30 14:10:00 +02:00

8 lines
175 B
C++

#include <Arduino.h>
#define HEATER_PIN 16
#define SENSOR_PIN 34
void MQ7_Init();
void MQ7_Read(float &sensorValue);
void pwmBitBang(int totalMs, int highPct, int cycleMs);