Revert "Merge pull request #527 from AugustQu/patch-8"
This reverts commit1d152551bf
, reversing changes made todb1d9e5720
.
This commit is contained in:
parent
1d152551bf
commit
966fd2d5ab
@ -1,15 +0,0 @@
|
||||
#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
|
Loading…
Reference in New Issue
Block a user