feat: added configurations for i2c communication between devices

This commit is contained in:
SWETRAK
2026-07-03 23:02:53 +02:00
parent f587dafb15
commit 3eb119f6a2
13 changed files with 191 additions and 8 deletions
+13 -1
View File
@@ -1 +1,13 @@
# Architektoniczne perełki Lublina - Master
# Architektoniczne perełki Lublina - Master
## I2C
Pins:
- SDA -> 21
- SCL -> 22
Addresses:
- Slave 1 -> `0x08`
- Slave 2 -> `0x09`
- Slave 3 -> `0x0A`
- Slave 4 -> `0x0B`
- Slave 5 -> `0x0C`