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 c0de0bd commit b5416a9Copy full SHA for b5416a9
fakes/machine.py
@@ -425,6 +425,9 @@ def sendbreak(self) -> None:
425
"""Send a break condition on the bus"""
426
raise MachineError('Not yet implemented')
427
428
+ '''
429
+ # flush introduced in MicroPython v1.20.0
430
+ # use manual timing calculation for testing
431
def flush(self) -> None:
432
"""
433
Waits until all data has been sent
@@ -434,6 +437,7 @@ def flush(self) -> None:
434
437
Only available with newer versions than 1.19
435
438
436
439
440
441
442
def txdone(self) -> bool:
443
0 commit comments