Minor typo

This commit is contained in:
Andrew Scheller
2015-11-16 10:34:40 +00:00
parent 4dca7c71b9
commit f1e3ee03b3

View File

@@ -186,7 +186,7 @@ LightSensor(pin=None, queue_len=5, charge_time_limit=10,
MCP3008 ADC (Analogue-to-Digital converter). MCP3008 ADC (Analogue-to-Digital converter).
The MCP3008 chip provides access to up to 8 analogue inputs, such as The MCP3008 chip provides access to up to 8 analogue inputs, such as
potentiometers, and read their values in digital form. potentiometers, and reads their values in digital form.
### Wiring ### Wiring
@@ -238,7 +238,7 @@ MCP3008(channel=0, device=0)
MCP3004 ADC (Analogue-to-Digital converter). MCP3004 ADC (Analogue-to-Digital converter).
The MCP3004 chip provides access to up to 4 analogue inputs, such as The MCP3004 chip provides access to up to 4 analogue inputs, such as
potentiometers, and read their values in digital form. potentiometers, and reads their values in digital form.
The interface is identical to `MCP3008`, except that only channels `0` to `3` The interface is identical to `MCP3008`, except that only channels `0` to `3`
are accessible. are accessible.