From 72afe2250ab2f453bd61e65ff178849fe1719cc2 Mon Sep 17 00:00:00 2001 From: Ben Nuttall Date: Sun, 14 Feb 2016 13:23:29 +0000 Subject: [PATCH] Expose all MCP* classes added in #162 --- gpiozero/__init__.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/gpiozero/__init__.py b/gpiozero/__init__.py index 522afc6..ddfb922 100644 --- a/gpiozero/__init__.py +++ b/gpiozero/__init__.py @@ -51,10 +51,14 @@ from .input_devices import ( LightSensor, DistanceSensor, AnalogInputDevice, - MCP3008, + MCP3001, + MCP3002, MCP3004, - MCP3208, + MCP3008, + MCP3201, + MCP3202, MCP3204, + MCP3208, MCP3301, MCP3302, MCP3304,