diff options
| author | Paul Oliver <contact@pauloliver.dev> | 2025-12-12 17:17:36 +0000 |
|---|---|---|
| committer | Paul Oliver <contact@pauloliver.dev> | 2025-12-12 17:17:36 +0000 |
| commit | 459d2c5630e1296807bbf23fd4360fb4d4f5bbe7 (patch) | |
| tree | d0bfcacdf976f65ac091714e4203e2db231ff156 /sysconf/config.txt | |
| parent | 76435516f5784124f3aa8cd540f9e7ab0047882d (diff) | |
Adds basic I2C config and documentation
Diffstat (limited to 'sysconf/config.txt')
| -rw-r--r-- | sysconf/config.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysconf/config.txt b/sysconf/config.txt index f9ff6db..b2fdbc7 100644 --- a/sysconf/config.txt +++ b/sysconf/config.txt @@ -44,7 +44,7 @@ dtoverlay=disable-bt # Run as fast as firmware / board allows arm_boost=1 -# Set GPIO pins to output / low state on boot +# Set GPIO pins to output/low state gpio=0-27=op,dl [cm4] @@ -58,3 +58,4 @@ dtoverlay=dwc2,dr_mode=host [all] dtoverlay=pwm-2chan +dtoverlay=i2c0-pi5 |
