mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-14 10:28:54 +00:00
V1.0.6
This commit is contained in:
BIN
packages/third-party/micropython-1.13.0/tools/mpy-cross/hellortt.mpy
vendored
Executable file
BIN
packages/third-party/micropython-1.13.0/tools/mpy-cross/hellortt.mpy
vendored
Executable file
Binary file not shown.
12
packages/third-party/micropython-1.13.0/tools/mpy-cross/hellortt.py
vendored
Executable file
12
packages/third-party/micropython-1.13.0/tools/mpy-cross/hellortt.py
vendored
Executable file
@@ -0,0 +1,12 @@
|
||||
# import os
|
||||
class HelloRtt:
|
||||
|
||||
def __repr__(self):
|
||||
self.__call__()
|
||||
return ""
|
||||
|
||||
def __call__(self):
|
||||
print("hello world!!")
|
||||
print("hello RTT")
|
||||
|
||||
hello = HelloRtt()
|
||||
BIN
packages/third-party/micropython-1.13.0/tools/mpy-cross/mpy-cross.exe
vendored
Executable file
BIN
packages/third-party/micropython-1.13.0/tools/mpy-cross/mpy-cross.exe
vendored
Executable file
Binary file not shown.
Reference in New Issue
Block a user