rcsim opened a new pull request, #12879: URL: https://github.com/apache/nuttx/pull/12879
## Summary Add support to BMP280 sensor ## Impact Users will be able to use BMP280 sensor with stm32f401rc-rs485 board. ## Testing Configure bmp280 Build and Flash Run bmp280 example: ``` nsh> bmp280 Absolute pressure [hPa] = 911.400024 Temperature [C] = 26.110001 nsh> bmp280 Absolute pressure [hPa] = 932.650024 Temperature [C] = 24.490000 nsh> bmp280 -help Absolute pressure [hPa] = 932.679993 Temperature [C] = 24.480000 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
