diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-11-24 00:28:54 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-11-24 00:33:22 -0500 |
commit | 147d8052319dce13744d5ad30fc2c4e253eaff26 (patch) | |
tree | ba0e678d4caa391a9120c9b2925ec82d6c347a23 /config/example-extras.cfg | |
parent | 729a2e830677acc460514ccb827d79bcb88ba4d6 (diff) | |
download | kutter-147d8052319dce13744d5ad30fc2c4e253eaff26.tar.gz kutter-147d8052319dce13744d5ad30fc2c4e253eaff26.tar.xz kutter-147d8052319dce13744d5ad30fc2c4e253eaff26.zip |
mcp4451: Use bus.py helper code for i2c
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/example-extras.cfg')
-rw-r--r-- | config/example-extras.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index 543f9e32..20fb9476 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -581,7 +581,7 @@ # Statically configured MCP4451 digipot connected via I2C bus (one may # define any number of sections with an "mcp4451" prefix). #[mcp4451 my_digipot] -#mcu: mcu +#i2c_mcu: mcu # The name of the micro-controller that the MCP4451 chip is # connected to. The default is "mcu". #i2c_address: |