From 609b2ebe7611e5a3d48e8e8b2ffd4a3bc6d84127 Mon Sep 17 00:00:00 2001 From: wedr0wycz <98967693+wedr0wycz@users.noreply.github.com> Date: Sat, 17 Aug 2024 22:03:23 +0200 Subject: [PATCH] Update i2c.yaml --- devices_v0.4/i2c.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/devices_v0.4/i2c.yaml b/devices_v0.4/i2c.yaml index 8b13789..0dc4143 100644 --- a/devices_v0.4/i2c.yaml +++ b/devices_v0.4/i2c.yaml @@ -1 +1,6 @@ - +i2c: + - id: i2c_bus + sda: GPIO14 + scl: GPIO15 + scan: True + frequency: 400kHz