From 399842d5785fdeee01c822c9b312103bf9813636 Mon Sep 17 00:00:00 2001 From: eneller Date: Wed, 25 Jun 2025 10:05:10 +0200 Subject: [PATCH] Initial Commit --- README.md | 5 +++++ mcu-ddc-controller.ino | 2 ++ 2 files changed, 7 insertions(+) create mode 100644 README.md create mode 100644 mcu-ddc-controller.ino 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