Skip to content
New issue

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

Cleanup old battery management source files, not relevant to M5 Core2 #27

Open
louisbertrand opened this issue Mar 9, 2023 · 0 comments
Assignees

Comments

@louisbertrand
Copy link
Collaborator

The file battery.cpp that defines the class BatteryMonitorIP5306 is no longer needed because M5 Core2 uses the AXP192 power management IC instead of the IP5306 the original M5 Core.
The Core2 library defines its own class AXP192, and there is an instance available to use in the m5 class. It builds, but may issue warnings about battery.cpp.
TODO: eventually simplify and remove battery.* from the build.

@louisbertrand louisbertrand self-assigned this Mar 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant