Compare commits

...

3 Commits

Author SHA1 Message Date
16229ce575 . 2025-02-20 20:50:52 +01:00
1645b2d3b0 readme 2025-01-01 18:13:28 +01:00
3386df8132 readme 2025-01-01 18:12:07 +01:00
10 changed files with 1 additions and 4 deletions

0
.gitignore vendored Normal file → Executable file
View File

0
.vscode/extensions.json vendored Normal file → Executable file
View File

2
README.md Normal file → Executable file
View File

@@ -39,7 +39,7 @@ Ein einfacher Energie-Monitor.
| SCL | D1 (GPIO5) |
<img src="https://git.gofel.net/Thorsten/esp8266_distance_sensor/raw/branch/master/images/image_1.jpg" alt="Projektbild" width="400">
<img src="https://git.gofel.net/Thorsten/esp8266_distance_sensor/raw/branch/master/images/wiring-diagram.png" alt="Projektbild" width="400">
## Installation

0
circuit-diagram/circuit-diagram.spl8 Normal file → Executable file
View File

0
images/image_1.png → images/wiring-diagram.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 52 KiB

After

Width:  |  Height:  |  Size: 52 KiB

0
include/README Normal file → Executable file
View File

0
lib/README Normal file → Executable file
View File

3
platformio.ini Normal file → Executable file
View File

@@ -15,7 +15,4 @@ framework = arduino
upload_speed = 115200
monitor_speed = 115200
lib_deps =
adafruit/Adafruit SSD1306 @ ^2.5.7
adafruit/Adafruit GFX Library @ ^1.11.7
adafruit/Adafruit BusIO @ ^1.14.1
olikraus/U8g2 @ ^2.34.20

0
src/main.cpp Normal file → Executable file
View File

0
test/README Normal file → Executable file
View File