Gravity: UART Infrared CO2 Sensor (0-50000ppm) with esp32
Hi everyone, I try to connect the Gravity: UART Infrared CO2 Sensor (0-50000ppm) sensor with the esp32 module but I have compilation errors.
I try to compile using Arduino IDE
It returns this error: fatal error: avr/interrupt.h: No such file or directory
when I connect an Arduino module it compiles like a charm.
Any guidance?
Thanks in advance
I try to compile using Arduino IDE
It returns this error: fatal error: avr/interrupt.h: No such file or directory
when I connect an Arduino module it compiles like a charm.
Any guidance?
Thanks in advance
2019-03-15 17:40:49 What is the code you use? The program is a little different from normal Arduino. robert.chen