** Function name: isCharging() ** Description: Determines if the device is charging ***************************************************************************************/
| 101 | ** Description: Determines if the device is charging |
| 102 | ***************************************************************************************/ |
| 103 | bool isCharging() { |
| 104 | return axp192.GetBatCurrent() > 20; // need testing |
| 105 | } |
| 106 | #endif |
nothing calls this directly
no test coverage detected