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.

29 lines
442 B

2 weeks ago
#ifndef ANAOUT_H
#define ANAOUT_H
#include "r_cg_macrodriver.h"
#include "r_cg_port.h"
2 weeks ago
#ifdef __cplusplus
extern "C" {
#endif
void ANAOUT_Set(uint8_t ch, uint8_t on);
/** ��ü ä�� OFF */
void ANAOUT_AllOff(void);
2 weeks ago
2 weeks ago
/** ä�� ����(= ��ü OFF �� �ش� ä�� ON) */
void ANAOUT_Select(uint8_t ch);
2 weeks ago
2 weeks ago
void anaout_pin(uint8_t ch, uint8_t on);
/** ��ü OFF wrapper */
void anaout_all_off(void);
#ifdef __cplusplus
}
2 weeks ago
#endif
2 weeks ago
#endif /* ANAOUT_H */