Defines | Functions

current.h File Reference

Header file for module <current.c> More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define EXTERN   extern

Functions

void current_Init (void)
 Init function of module current.c.
void current_Update (void)
 Reads the motor current load.
UINT16 current_GetValue (void)
 Returns the latest value for motor current.
UINT16 current_GetSum (void)
 Returns the latest value for motor current sum.
UINT16 current_GetAvg (void)
 Returns the average motor current value.
void current_UpdateSum (void)
 Updates the motor current load sum.
void current_UpdateAvg (void)
 Updates the average motor current.

Detailed Description

Author:
Philipp Bank
Copyright:
Creative Commons by-nc-sa 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)

Definition in file current.h.