add as830 sensor and tvoc10 sensor support Nuttx

This commit is contained in:
wgzAIIT
2022-01-07 11:01:46 +08:00
parent 1f252e418f
commit c08d854d4b
16 changed files with 152 additions and 18 deletions
@@ -34,6 +34,11 @@ config SENSOR_AS830
endif
if ADD_NUTTX_FETURES
config SENSOR_DEVICE_AS830_DEV
string "as830 device uart path"
default "/dev/ttyS1"
---help---
If USART1 is selected, then fill in /dev/ttyS1 here.
endif