From 997bb3c5cf6c55a07c3c2c864b7ba5e58f81dbcf Mon Sep 17 00:00:00 2001 From: damage Date: Sun, 18 May 2025 15:08:57 +0200 Subject: [PATCH] new pi based controller --- controller/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 controller/README.md diff --git a/controller/README.md b/controller/README.md new file mode 100644 index 0000000..e776b27 --- /dev/null +++ b/controller/README.md @@ -0,0 +1,12 @@ +# Controller +## links +* https://www.kernel.org/doc/Documentation/i2c/dev-interface + +## PINs +* interal = physical = usage +* 5 = 29 = reset peripheral devices +* 0 = 27 = I2C SDA +* 1 = 28 = I2C SCL + +## commands +* reset peripheral devices: `gpioset gpiochip0 5=0`