add iaq10 sensor support Nuttx

This commit is contained in:
wgzAIIT
2022-01-05 15:40:01 +08:00
parent 711bd5bd15
commit 1f252e418f
10 changed files with 68 additions and 3 deletions
@@ -34,6 +34,11 @@ config SENSOR_TB600B_IAQ10
endif
if ADD_NUTTX_FETURES
config SENSOR_DEVICE_TB600B_IAQ10_DEV
string "tb600b iaq10 device uart path"
default "/dev/ttyS1"
---help---
If USART1 is selected, then fill in /dev/ttyS1 here.
endif