From 03e2f8779ff243bbadb5b65e4579bcbfcffe69af Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Sun, 31 Jan 2016 17:10:58 +0000 Subject: [PATCH] Typo fix --- gpiozero/input_devices.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpiozero/input_devices.py b/gpiozero/input_devices.py index 685e180..167b7f1 100644 --- a/gpiozero/input_devices.py +++ b/gpiozero/input_devices.py @@ -764,7 +764,7 @@ class MCP33xx(MCP3xxx): super(MCP33xx, self).__init__(channel, device, 12, differential) def _read(self): - # MCP3308/04 protocol looks like the following: + # MCP3304/02 protocol looks like the following: # # Byte 0 1 2 # ==== ======== ======== ========