NorthStar-Endurance-TestBench/EnduranceTestBench/nehemis/grundfos.h

36 lines
1.3 KiB
C

/**
* @file grundfos.h
*
* @copyright Nehemis SARL reserves all rights even in the event of industrial
* property rights. We reserve all rights of disposal such as
* copying and passing on to third parties.
*
* @brief
*
*/
#ifndef GRUNDFOS_H_
#define GRUNDFOS_H_
/******************************************************************************
* Include Header Files
******************************************************************************/
#include "nms_types.h"
#include <stdlib.h>
#include "adc.h"
#include "stdbool.h"
/******************************************************************************
* Type declarations
******************************************************************************/
/******************************************************************************
* Macro Constant Declarations
******************************************************************************/
/******************************************************************************
* Extern Function Declarations
******************************************************************************/
extern uint32_t GrundfosPmpFeedbackSpeed(void);
extern void GrundfosPmpEnable(uint8_t state_u8);
extern bool GrundfosPmpSetSpeed(float setSpeed_f);
#endif /* GRUNDFOS_H_ */