Browse Source
Also rename the test to reflect that it's a soft timer test. Signed-off-by: Angus Gratton <angus@redyak.com.au>pull/15540/head
Angus Gratton
3 months ago
committed by
Damien George
1 changed files with 8 additions and 1 deletions
@ -1,4 +1,11 @@ |
|||||
# test machine.Timer |
# test "soft" machine.Timer (no hardware ID) |
||||
|
import sys |
||||
|
|
||||
|
|
||||
|
if sys.platform == "esp32": |
||||
|
print("SKIP") # TODO: Implement soft timers for esp32 port |
||||
|
raise SystemExit |
||||
|
|
||||
|
|
||||
try: |
try: |
||||
import time, machine as machine |
import time, machine as machine |
Loading…
Reference in new issue