Menu

Tree [455263] master /
 History

HTTPS access


File Date Author Commit
 .vscode 2022-11-18 lukg36 lukg36 [aed8be] Initial commit
 doc 2022-11-20 lukg36 lukg36 [0b0074] add temperature sensor lib and sending to rest ...
 src 2022-11-20 lukg36 lukg36 [455263] add aditional sensor
 .gitignore 2022-11-18 lukg36 lukg36 [aed8be] Initial commit
 README.md 2022-11-19 lukg36 lukg36 [940b92] add ip configuration display

Read Me

minicom -b 115200 -o -D /dev/serial0

mkdir build
cd build
cmake -DPICO_BOARD=pico_w -DSSID="<your wifi="" ssid="">" -DPASS="<your wifi="" pass="">" ../src</your></your>

make

openocd -f interface/raspberrypi-swd.cfg -f target/rp2040.cfg -c "program test.elf verify reset exit"