Air quality sensor
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
esp-airsensor/main/periph_init.h

18 lines
300 B

/**
* TODO file description
*
* Created on 2021/12/12.
*/
#ifndef ESPNODE_PERIPH_INIT_H
#define ESPNODE_PERIPH_INIT_H
#include <esp_err.h>
#include <freertos/FreeRTOS.h>
#include <freertos/semphr.h>
extern SemaphoreHandle_t g_mux_i2c;
esp_err_t periph_init();
#endif //ESPNODE_PERIPH_INIT_H