batIsCharging (Function) |
Top Previous Next |
batIsCharging returns information about whether the on-board battery is being charged or not.
Input: None
Returns: BOOL True if the battery is being charged. False if not.
Declaration: FUNCTION batIsCharging : BOOL;
Example: INCLUDE rtcu.inc |