Commit bc391298 authored by Paul Sokolovsky's avatar Paul Sokolovsky

tests/machine1: Revamp to work with unix port (which has "umachine").

parent eb0e3bab
# test machine module # test machine module
try: try:
import machine try:
import umachine as machine
except ImportError:
import machine
except ImportError: except ImportError:
print("SKIP") print("SKIP")
import sys import sys
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment