strange-v / MHZ19

Arduino library for MH-Z19/MH-Z19B CO2 sensor
GNU General Public License v3.0
57 stars 12 forks source link

MHZ19PWM doesn't work on the latest ESP releases #9

Closed strange-v closed 3 years ago

strange-v commented 3 years ago

MHZ19PWM doesn't work on the latest ESP8266 and probably ESP32 releases. Check IRAM ISR attributes and other stuff.

Di-Strix commented 3 years ago

Hello! I created a pull request #11 from my forked branch in which I fixed problems with esp boards. Please check it out

strange-v commented 3 years ago

@Di-Strix, thanks! I've always postponed this task. I'll check it soon.

strange-v commented 3 years ago

Fixed by @Di-Strix.