ESP32-PaxCounter/include/sds011read.h

16 lines
329 B
C
Raw Normal View History

2020-01-21 14:57:36 +01:00
#ifndef _SDS011READ_H
#define _SDS011READ_H
#include <SDS011.h>
// used pins on the ESP-side:
#define ESP_PIN_TX 19 // connect to RX on the SDS011
#define ESP_PIN_RX 23 // connect to TX on the SDS011
#define SDCARD_FILE_HEADER_SDS011 ", PM10,PM25"
bool sds011_init();
void sds011_loop();
#endif // _SDS011READ_H