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
This adds an exception type that forces MicroPython to exit even if the
user MicroPython script catches all exceptions.
This exception can be raised by C code to force MicroPython to exit for
safety reasons, such as very low battery or very high temperatures.
Signed-off-by: Laurens Valk <laurens@pybricks.com>
0 commit comments