15 lines
315 B
Plaintext
15 lines
315 B
Plaintext
menu "PMS5003"
|
|
config PMS5003_ENABLED
|
|
bool "PMS5003 Enabled"
|
|
default y
|
|
|
|
config PMS5003_UART
|
|
int "PMS5003 UART Port"
|
|
default 1
|
|
depends on PMS5003_ENABLED
|
|
|
|
config PMS5003_PERIOD_POLL
|
|
int "Period to poll the PMS5003 in ms"
|
|
default 8000
|
|
depends on PMS5003_ENABLED
|
|
endmenu |