servo/App/appIsrCallBacks.h
on4ip84 ee1319b10e Changes int project
1. InitCode for modules generated to different files
2. Added correct interrupt stucture PWM-ADC-MainCode
3. PWM freq and BaseTime freq defined using DEFINES in main.c
2023-08-18 17:04:11 +03:00

16 lines
260 B
C
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
* appIsrCallBacks.h
*
* Created on: 18 авг. 2023 г.
* Author: on4ip
*/
#ifndef APPISRCALLBACKS_H_
#define APPISRCALLBACKS_H_
void adcIsrCallBack(void);
void tim1msCallBack(void);
void timPwmCallBack(void);
#endif /* APPISRCALLBACKS_H_ */