/** * @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 #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_ */