Skip to content

Commit

Permalink
Merge pull request #882 from gszy/mcp3xx2-docstring-typo
Browse files Browse the repository at this point in the history
Fix a typo in the MCP3xx2 documentation
  • Loading branch information
bennuttall committed Aug 14, 2020
2 parents 965c21e + 710f265 commit 8a779e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpiozero/spi_devices.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ def _send(self):
# the result with the final byte of output. A start "1" bit is then
# transmitted, followed by the single/differential bit (M); 1 for
# single-ended read, 0 for differential read. Next comes a single bit
# for channel (M) then the MSBF bit (L) which selects whether the data
# for channel (C) then the MSBF bit (L) which selects whether the data
# will be read out in MSB form only (1) or whether LSB read-out will
# occur after MSB read-out (0).
#
Expand Down

0 comments on commit 8a779e4

Please sign in to comment.