alpaca module

Module with functions for maintaining the ALPACA.

alpaca.clear_disk(self)

Removes all files on the ALPACA.

Wipes all files on the drive of the ALPACA. Note that the firmware (MicroPython) is kept. Useful for resetting the ALPACA if it is bloated by files saved on disk.

Warning

This procedure cannot be undone!

alpaca.get_version()

Retrieve the current version of the ALPACA Firmware.

Useful for debugging.