X-Git-Url: https://git.ayoreis.com/hackapet/Adafruit_Blinka.git/blobdiff_plain/987e70e7a61beeb703cf33ab9f9fa6b0ebc6ce1f..2bb509c5e122b4e0538bd5a87364c3c5a524fc0c:/src/adafruit_blinka/microcontroller/fake_mcp2221/fake_mcp2221.py diff --git a/src/adafruit_blinka/microcontroller/fake_mcp2221/fake_mcp2221.py b/src/adafruit_blinka/microcontroller/fake_mcp2221/fake_mcp2221.py index 39e01de..7a75dec 100644 --- a/src/adafruit_blinka/microcontroller/fake_mcp2221/fake_mcp2221.py +++ b/src/adafruit_blinka/microcontroller/fake_mcp2221/fake_mcp2221.py @@ -14,7 +14,7 @@ class MCP2221: """MCP2221 Device Class Definition""" def __init__(self): - pass # This is a "fake" implementation + pass # This is a "fake" implementation def close(self): """Close the hid device. Does nothing if the device is not open.""" @@ -24,7 +24,6 @@ class MCP2221: # try to close the device before destroying the instance pass - def _hid_xfer(self, report, response=True): """Perform HID Transfer""" return None @@ -67,7 +66,6 @@ class MCP2221: """Get Current GPIO Pin Value""" pass - # ---------------------------------------------------------------- # I2C # ---------------------------------------------------------------- @@ -120,7 +118,6 @@ class MCP2221: """Perform an I2C Device Scan""" pass - # ---------------------------------------------------------------- # ADC # ---------------------------------------------------------------- @@ -147,4 +144,4 @@ class MCP2221: # pylint: enable=unused-argument -mcp2221 = MCP2221() \ No newline at end of file +mcp2221 = MCP2221()