add ANPI to VARH
This commit is contained in:
@ -58,11 +58,10 @@ extern "C" {
|
||||
|
||||
typedef enum
|
||||
{
|
||||
ANPI_eControlVoltage = 0, // 00 control Voltage
|
||||
ANPI_eSupplyVoltage24V = 1, // 01 voltage of 24V power supply
|
||||
ANPI_eSupplyCurrent24V = 2, // 02 current of 24V power supply
|
||||
ANPI_eOutputVoltage = 3, // 03 output voltage peltier element
|
||||
ANPI_eOutputCurrent = 4, // 04 output current peltier element
|
||||
ANPI_eSupplyVoltage24V = 0, // voltage of 24V power supply
|
||||
ANPI_eSupplyCurrent24V = 1, // current of 24V power supply
|
||||
ANPI_eOutputVoltage = 2, // output voltage peltier element
|
||||
ANPI_eOutputCurrent = 3, // output current peltier element
|
||||
|
||||
ANPI_eInNumberOfInputs, // Must be last entry
|
||||
} ANPI_EnAnalogInput;
|
||||
@ -95,7 +94,6 @@ typedef enum
|
||||
//=================================================================================================
|
||||
|
||||
BOOL ANPI_boInitializeModule( VOID );
|
||||
FLOAT ANPI_flGetInputValue( ANPI_EnAnalogInput enInput );
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
Reference in New Issue
Block a user