Inital Working Commit with I2C Version 2

This commit is contained in:
2025-12-02 16:18:03 +01:00
commit b99bee4018
9 changed files with 1774 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
all:
echo "no default rule"
export:
source ~/esp/esp-idf/export.fish && fish
buildIdf:
idf.py build
flashMini:
idf.py flash -p /dev/ttyACM0
monitorMini:
idf.py monitor -p /dev/ttyACM0