Skip to content

Commit 397a056

Browse files
author
Paul Sokolovsky
committed
machine: Add unique_id() placeholder.
Returns static, non-unique placeholder so far.
1 parent f1a65bc commit 397a056

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

machine/machine/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
from .timer import *
2+
3+
def unique_id():
4+
return b"upy-non-unique"

0 commit comments

Comments
 (0)