- Fix Visual glitch in Clear Screen - Add Long Time Screenshot - Try fix sd card issue (still not working)
Raspi Pico Temperaturüberwachung
Doku
Docs and stuff can be found here
Hardware
- Raspiberry PI Pico
- BME/BMP 280 Sensor
- TFT Display (128x160)
- SD Reader (no card detect)
Usage
Create a wifi.hpp in includes
#pragma once
// Change this Data
#define WIFI_SSID "Zensiert"
#define WIFI_PASSWORD "ZensiertOderSo"
You also need to change the CONFIG
Section in main.cpp
if you changed the pin layout
Build
cmake -B build --toolchain cmake/pico_sdk_import.cmake -G Ninja
cmake --build build
External Dpendencies
Description
Languages
C
82.3%
C++
15.9%
CMake
1.6%
HTML
0.2%