#ifndef INC_USER_H_ #define INC_USER_H_ #include "input_capture.h" void User_Init(void); void User_MainLoop(void); #endif