You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: arduino_alvik/arduino_alvik.py
+8-5
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,4 @@
1
1
importsys
2
-
importgc
3
2
importstruct
4
3
frommachineimportI2C
5
4
import_thread
@@ -84,6 +83,14 @@ def __init__(self):
84
83
self._move_events=_ArduinoAlvikMoveEvents()
85
84
self._timer_events=_ArduinoAlvikTimerEvents(-1)
86
85
86
+
def__del__(self):
87
+
"""
88
+
This method is a stub. __del__ is not implemented in MicroPython (https://docs.micropython.org/en/latest/genrst/core_language.html#special-method-del-not-implemented-for-user-defined-classes)
0 commit comments