module documentation
Scripts - Run MicroPython scripts.
| Function | run |
Run the app. |
| Function | start |
Start the app. |
| Function | stop |
Stop the app. |
| Function | _set |
Create a new JS engine instance. |
| Variable | _js |
Undocumented |
| Variable | _scripts |
Undocumented |
| Variable | _scripts |
Undocumented |
Start the app.
| Parameters | |
viewViewManager | The view manager context. |
| Returns | |
bool | True on success. |