cj202专题

CJ202二氧化碳传感器的数据ESP32解析

CJ202传感器 esp32上的完整代码 主要有 驱动配置、数据解析 代码 app_uart.h #ifndef _APP_UART_H_#define _APP_UART_H_void uart_init(void (*post_co2)(char*, double));int sendData(const char* data, int len);void rx_task(vo