We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb21907 commit 4e30df4Copy full SHA for 4e30df4
circuitpython_typing/device_drivers.py
@@ -17,6 +17,7 @@
17
except ImportError:
18
from typing_extensions import Protocol
19
20
+
21
class I2CDeviceDriver(Protocol):
22
"""Describes classes that are drivers utilizing `I2CDevice`"""
23
0 commit comments