-
Notifications
You must be signed in to change notification settings - Fork 99
Open
Description
I'm using M5CoreS3 device with AXP2101 chip. In M5Unified repository looks class AXP2101_Class.cpp not fully implemented. Many important methods returns 0. For example:
...
float AXP2101_Class::getBatteryChargeCurrent(void)
{
return 0;
}
float AXP2101_Class::getBatteryDischargeCurrent(void)
{
return 0;
}
...
In comparison in repository M5CoreS3 exists AXP2101.cpp which is fully implemented.
Why AXP2101_Class.cpp is not finished?
Is here some possibility that will be AXP2101_Class.cpp fully implemented in near future?
Thanks.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels