We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
power_source
Since 0.8.0 / 1.0.0
power_source system event notified when the PMIC source changes
Parameter will be one of the following ENUMs
Parameter
typedef enum { POWER_SOURCE_UNKNOWN = 0, POWER_SOURCE_VIN = 1, POWER_SOURCE_USB_HOST = 2, POWER_SOURCE_USB_ADAPTER = 3, POWER_SOURCE_USB_OTG = 4, POWER_SOURCE_BATTERY = 5 } power_source_t;
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Since 0.8.0 / 1.0.0
power_source
system event notified when the PMIC source changesParameter
will be one of the following ENUMsThe text was updated successfully, but these errors were encountered: