class documentation
Handle basic system operations.
| Method | __init__ |
Initialize the System helper. |
| Method | bootloader |
Enter the bootloader mode. |
| Method | hard |
Reboot the system. |
| Method | shutdown |
Shut down the device. |
| Method | soft |
Reboot the system without resetting the hardware. |
| Property | board |
Return the board ID. |
| Property | board |
Return the board name. |
| Property | device |
Return the device name. |
| Property | free |
Return the free flash memory size. |
| Property | free |
Return the amount of free heap memory. |
| Property | free |
Return the amount of free PSRAM memory. |
| Property | freq |
Return MCU frequency. |
| Property | has |
Return True if the device has audio capabilities. |
| Property | has |
Return True if the device has Bluetooth capabilities. |
| Property | has |
Return True if the device has PSRAM capabilities. |
| Property | has |
Return True if the device has an SD card slot. |
| Property | has |
Return True if the device has touch capabilities. |
| Property | has |
Return True if the device has WiFi capabilities. |
| Property | is |
Return True if the device has a circular display. |
| Property | total |
Return the total flash memory size. |
| Property | total |
Return the total heap memory size. |
| Property | total |
Return the total PSRAM memory size. |
| Property | used |
Return the used flash memory size. |
| Property | used |
Return the total heap memory used. |
| Property | used |
Return the total PSRAM memory used. |
| Property | version |
Return the Picoware version. |
Shut down the device.
| Parameters | |
viewViewManager | Optional manager to show a shutdown alert. Defaults to None. |