initial commit

This commit is contained in:
2025-05-15 16:01:28 +02:00
parent 140f58993b
commit cb4a809c60
4 changed files with 17 additions and 1104 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,3 +1,9 @@
//Graphics and idea from https://www.youtube.com/watch?v=HVHVkKt-ldc https://github.com/upiir/arduino_oled_menu
//
// This libary is made with vibes and Claude 3.7 sonnet
// Cleaned up by Smikkelbakje
#include <Arduino.h>
#include <Wire.h>
#include <U8g2lib.h>