diff options
| author | Scott Shawcroft <scott@adafruit.com> | 2020-07-22 14:00:28 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-22 14:00:28 -0700 |
| commit | 049921fec8be3ccd9c3a29e14f21e6ffa76b09ea (patch) | |
| tree | 4350f9a3e8c0c9a04882c682db8951f0dc266f75 /shared-bindings/microcontroller/Pin.c | |
| parent | 1ec358094671716cadf9b17ca51deb346070bcae (diff) | |
| parent | 02b71e013adda29cd67172a3782fda8fa5da0bba (diff) | |
Merge branch 'main' into memmonitor
Diffstat (limited to 'shared-bindings/microcontroller/Pin.c')
| -rw-r--r-- | shared-bindings/microcontroller/Pin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/microcontroller/Pin.c b/shared-bindings/microcontroller/Pin.c index d5b971ae5..931c0b4c4 100644 --- a/shared-bindings/microcontroller/Pin.c +++ b/shared-bindings/microcontroller/Pin.c @@ -36,7 +36,7 @@ //| class Pin: //| """Identifies an IO pin on the microcontroller.""" //| -//| def __init__(self, ): +//| def __init__(self) -> None: //| """Identifies an IO pin on the microcontroller. They are fixed by the //| hardware so they cannot be constructed on demand. Instead, use //| `board` or `microcontroller.pin` to reference the desired pin.""" |
