How can I make calls to the OS using Micro-Python enabled Canvas firmware?

The commands detailed in the document linked below can be executed in the REPL to make calls to the Zephyr OS:

https://docs.micropython.org/en/latest/library/os.html

Not all commands are implemented, particularly in older firmware versions of Canvas.  The best way to know if a command is available is by executing it.  

Categories