boards/raspberrypi-pico: Add support to BMP280

Signed-off-by: Alan C. Assis <acassis@gmail.com>
This commit is contained in:
Alan Carvalho de Assis
2024-05-28 19:17:03 -03:00
committed by Xiang Xiao
parent f525bc2802
commit 105b97d799
6 changed files with 280 additions and 1 deletions
@@ -129,6 +129,18 @@ audiopack
NuttShell configuration (console enabled in UART0, at 115200 bps) with
support for NXPlayer audio player.
bmp280
------
NuttShell configuration (console enabled in USB Port, at 115200 bps) with support for Bosch BMP280 sensor:
.. code-block:: console
nsh> bmp280
Absolute pressure [hPa] = 1008.460022
Temperature [C] = 21.809999
nsh>
composite
---------