SP8EBC-ParaTNC/system/include/aprs/dac.h

34 wiersze
1.5 KiB
C

#ifndef DAC_H_
#define DAC_H_
//#include "stm32f10x_conf.h"
#include <afsk.h>
#ifdef __cplusplus
extern "C"
{
#endif
/*********************************************************************************************************************/
void TIM2_IRQHandler(void);
/*********************************************************************************************************************/
/*********************************************************************************************************************/
void DA_SetTimer(uint16_t prescaler, uint16_t period);
/*********************************************************************************************************************/
/*********************************************************************************************************************/
void DA_Init(void);
/*********************************************************************************************************************/
/*********************************************************************************************************************/
void DA_Start(void);
/*********************************************************************************************************************/
/*********************************************************************************************************************/
void DA_Stop(void);
/*********************************************************************************************************************/
#ifdef __cplusplus
}
#endif
#endif /* DAC_H_ */