updated sensors
This commit is contained in:
18
config.h
18
config.h
@@ -29,18 +29,6 @@
|
||||
/* Mode button connection (momentary between this pin and GND) */
|
||||
#define MODE_BUTTON_PIN 0
|
||||
|
||||
/* RGB LEDs */
|
||||
#define WS2812B_PIN 13
|
||||
#define NUM_RGB_LEDS 0
|
||||
|
||||
/* LCD */
|
||||
// #define TFT_DC_PIN 2
|
||||
// #define TFT_RST_PIN 4
|
||||
// #define TFT_CS_PIN 26
|
||||
// #define TFT_SCLK_PIN 18
|
||||
// #define TFT_MISO_PIN 19
|
||||
// #define TFT_MOSI_PIN 23
|
||||
|
||||
/* I2C */
|
||||
#define I2C_SDA_PIN 21
|
||||
#define I2C_SCL_PIN 22
|
||||
@@ -48,7 +36,5 @@
|
||||
|
||||
/* Particulate Matter Sensor */
|
||||
#define PMS_BAUD_RATE 9600
|
||||
#define PMS_SET_PIN 19
|
||||
#define PMS_RESET_PIN 26
|
||||
#define PMS_RX_PIN 4 // Tx to the PMS SHOULD BE 16
|
||||
#define PMS_TX_PIN 14 // Rx from the PMS SHOULD BE 17
|
||||
#define PMS_RX_PIN 19 // Tx to the PMS SHOULD BE 16
|
||||
#define PMS_TX_PIN 26 // Rx from the PMS SHOULD BE 17
|
||||
|
||||
Reference in New Issue
Block a user