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 221cbcc commit b03477bCopy full SHA for b03477b
sx1280/sx1280.py
@@ -120,10 +120,10 @@ def __init__(
120
spi: SPI,
121
cs: DigitalInOut,
122
reset: DigitalInOut,
123
- busy,
124
- frequency,
+ busy: DigitalInOut,
+ frequency: float,
125
*,
126
- debug=False,
+ debug: bool = False,
127
txen: DigitalInOut | bool = False,
128
rxen: DigitalInOut | bool = False,
129
):
0 commit comments