Added somethings
This commit is contained in:
@@ -1,22 +1,27 @@
|
||||
menu "PMS5003"
|
||||
config PMS5003_ENABLED
|
||||
bool "PMS5003 Enabled"
|
||||
default y
|
||||
default y
|
||||
|
||||
config PMS5003_UART_PORT
|
||||
int "PMS5003 UART PORT"
|
||||
default 0
|
||||
depends on PMS5003_ENABLED
|
||||
depends on PMS5003_ENABLED
|
||||
|
||||
config PMS5003_UART_TX
|
||||
int "PMS5003 UART Tx GPIO Pin"
|
||||
default 4
|
||||
depends on PMS5003_ENABLED
|
||||
depends on PMS5003_ENABLED
|
||||
|
||||
config PMS5003_UART_RX
|
||||
int "PMS5003 UART Rx GPIO Pin"
|
||||
default 5
|
||||
depends on PMS5003_ENABLED
|
||||
depends on PMS5003_ENABLED
|
||||
|
||||
config PMS5003_SET_GPIO
|
||||
int "PMS5003 Set Pin - (should be connected to pin 3 of PMS5003)"
|
||||
default 6
|
||||
depends on PMS5003_ENABLED
|
||||
|
||||
config PMS5003_PERIOD_POLL
|
||||
int "Period to poll the PMS5003 in seconds"
|
||||
|
||||
Reference in New Issue
Block a user