batConsumption (function) |
Top Previous Next |
This function will return the battery current consumption measured in mA. The battery current consumption is only measured when the current consumption measurement circuit is enabled by using the batConsumptionEnable function.
Input: None.
Returns: DINT The current that is being consumed from the battery in mA.
Declaration: FUNCTION batConsumption : DINT;
Example: INCLUDE rtcu.inc |