Fleshing out some more parts

This commit is contained in:
2023-10-25 21:43:47 +01:00
parent 916e551d39
commit ce0de58466
7 changed files with 54 additions and 13 deletions

View File

@@ -0,0 +1,15 @@
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