File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ def side(self) -> int:
213
213
def side (self , head : int ) -> None :
214
214
self ._side .value = head == 0
215
215
216
- def flux_readinto (self , buf : "circuitpython_typing.WritableBuffer " ) -> int :
216
+ def flux_readinto (self , buf : "circuitpython_typing.WriteableBuffer " ) -> int :
217
217
"""Read flux transition information into the buffer.
218
218
219
219
The function returns when the buffer has filled, or when the index input
@@ -258,7 +258,7 @@ def __init__( # pylint: disable=too-many-arguments
258
258
heads : int | None = None ,
259
259
sectors : int | None = None ,
260
260
tracks : int | None = None ,
261
- flux_buffer : circuitpython_typing .WritableBuffer | None = None ,
261
+ flux_buffer : circuitpython_typing .WriteableBuffer | None = None ,
262
262
t1_nom_ns : float | None = None ,
263
263
keep_selected : bool = False ,
264
264
):
Original file line number Diff line number Diff line change
1
+ API Documentation
2
+ -----------------
1
3
2
4
.. If you created a package, create one automodule per module in the package.
3
5
You can’t perform that action at this time.
0 commit comments