Skip to content
Snippets Groups Projects
power.rst 1.28 KiB

power - PMIC power module handling

The :py:mod:`power` module allows you to read the card10's power status in your scripts.

Example:

import power

print(power.read_battery_voltage())