commit 399842d5785fdeee01c822c9b312103bf9813636 Author: eneller Date: Wed Jun 25 10:05:10 2025 +0200 Initial Commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..d5d26c9 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# mcu-ddc controller + +- slave device (monitor) is at address `x37` (https://www.ddcutil.com/ddc_vs_i2c/) + + diff --git a/mcu-ddc-controller.ino b/mcu-ddc-controller.ino new file mode 100644 index 0000000..68d4473 --- /dev/null +++ b/mcu-ddc-controller.ino @@ -0,0 +1,2 @@ +void setup(){} +void loop(){} \ No newline at end of file