Skip to content

Commit 117284a

Browse files
committed
Remove mcp3x0x module.
1 parent ad7485b commit 117284a

File tree

2 files changed

+0
-97
lines changed

2 files changed

+0
-97
lines changed

myDevices/devices/analog/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,6 @@ def writeAngle(self, channel, value):
283283
DRIVERS = {}
284284
DRIVERS["helper"] = ["AnalogSensor", "AnalogActuator", "ServoMotor", "Thermistor", "Photoresistor", "LoadSensor", "DistanceSensor", "LightDimmer"]
285285
DRIVERS["ads1x1x"] = ["ADS1014", "ADS1015", "ADS1114", "ADS1115"]
286-
DRIVERS["mcp3x0x"] = ["MCP3002", "MCP3004", "MCP3008", "MCP3204", "MCP3208"]
287286
DRIVERS["mcp4725"] = ["MCP4725"]
288287
DRIVERS["mcp48XX"] = ["MCP4802", "MCP4812", "MCP4822"]
289288
DRIVERS["mcp492X"] = ["MCP4921", "MCP4922"]

myDevices/devices/analog/mcp3x0x.py

Lines changed: 0 additions & 96 deletions
This file was deleted.

0 commit comments

Comments
 (0)