/* * pump_control.h * * Created on: Jul 27, 2021 * Author: Andreas Berthoud */ #ifndef INC_PUMP_CONTROL_H_ #define INC_PUMP_CONTROL_H_ #include #ifdef __cplusplus extern "C" { #endif uint8_t pump_init(); #ifdef __cplusplus } #endif #endif /* INC_PUMP_CONTROL_H_ */