mirror of
https://github.com/KevinMidboe/python-gpiozero.git
synced 2025-10-29 17:50:37 +00:00
Expose all MCP* classes added in #162
This commit is contained in:
@@ -51,10 +51,14 @@ from .input_devices import (
|
||||
LightSensor,
|
||||
DistanceSensor,
|
||||
AnalogInputDevice,
|
||||
MCP3008,
|
||||
MCP3001,
|
||||
MCP3002,
|
||||
MCP3004,
|
||||
MCP3208,
|
||||
MCP3008,
|
||||
MCP3201,
|
||||
MCP3202,
|
||||
MCP3204,
|
||||
MCP3208,
|
||||
MCP3301,
|
||||
MCP3302,
|
||||
MCP3304,
|
||||
|
||||
Reference in New Issue
Block a user