File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -253,7 +253,7 @@ def io_control(self):
253
253
Bit 4 is whether SDA slew rate is enabled (1 = yes). Bit 5 is if I2C
254
254
address pointer auto-increments (1 = no). Bit 6 is whether interrupt
255
255
pins are internally connected (1 = yes). Bit 7 is whether registers
256
- are all in one bank (1 = no), this is silently ignored if set to `1 `.
256
+ are all in one bank (1 = no), this is silently ignored if set to ``1` `.
257
257
"""
258
258
return self ._read_u8 (_MCP23017_IOCON )
259
259
Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ def io_control(self):
257
257
Bit 4 is whether SDA slew rate is enabled (1 = yes). Bit 5 is if SPI
258
258
address pointer auto-increments (1 = no). Bit 6 is whether interrupt
259
259
pins are internally connected (1 = yes). Bit 7 is whether registers
260
- are all in one bank (1 = no), this is silently ignored if set to `1 `.
260
+ are all in one bank (1 = no), this is silently ignored if set to ``1` `.
261
261
"""
262
262
return self ._read_u8 (_MCP23S17_IOCON )
263
263
You can’t perform that action at this time.
0 commit comments