SP8EBC-ParaTNC/include/TimerConfig.h

25 wiersze
326 B
C

2017-08-20 12:41:17 +00:00
/*
* TimerConfig.h
*
* Created on: 04.04.2017
* Author: mateusz
*/
#ifndef TIMERCONFIG_H_
#define TIMERCONFIG_H_
/* C++ detection */
#ifdef __cplusplus
extern "C" {
#endif
void TimerConfig(void);
void TIM2Delay(char delay);
void TIM2DelayDeConfig(void);
#ifdef __cplusplus
}
#endif
#endif /* TIMERCONFIG_H_ */