control.h 103 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 #ifndef __CONTROL_H_ #define __CONTROL_H_ #include "pump.h" void loop_control( int counter ); #endif