Initial Commit

This commit is contained in:
eneller
2025-06-25 10:05:10 +02:00
commit 399842d578
2 changed files with 7 additions and 0 deletions

5
README.md Normal file
View File

@@ -0,0 +1,5 @@
# mcu-ddc controller
- slave device (monitor) is at address `x37` (https://www.ddcutil.com/ddc_vs_i2c/)

2
mcu-ddc-controller.ino Normal file
View File

@@ -0,0 +1,2 @@
void setup(){}
void loop(){}