You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
294 B

#ifndef ANAOUT_H
#define ANAOUT_H
#include "r_cg_macrodriver.h"
#include "r_cg_port.h"
#include <stdint.h>
#define ANAOUT_CH_MIN (1u)
#define ANAOUT_CH_MAX (20u)
void ANAOUT_Init(void);
void ANAOUT_AllLow(void);
void ANAOUT_Select(uint8_t ch); // 1~20, ���� ���̸� AllLow ó��
#endif