user.h 238 B

123456789101112131415
  1. /*
  2. * user.h
  3. *
  4. * Created on: Apr 21, 2025
  5. * Author: andre
  6. */
  7. #ifndef INC_USER_H_
  8. #define INC_USER_H_
  9. void USER_Init(void);
  10. void USER_SetPWM(uint8_t chanel, uint16_t value);
  11. void USER_Main_Loop(void);
  12. #endif /* INC_USER_H_ */