user.h 125 B

123456789
  1. #ifndef INC_USER_H_
  2. #define INC_USER_H_
  3. #include "input_capture.h"
  4. void User_Init(void);
  5. void User_MainLoop(void);
  6. #endif