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.

27 lines
346 B

2 weeks ago
#ifndef HASH_H
#define HASH_H
#include "r_cg_macrodriver.h"
#include "r_cg_port.h"
#ifdef __cplusplus
extern "C" {
#endif
void hash_init(void);
/*
ä(ch=1~20) # on/off
) ch=2 -> #2(P152)
*/
void hash_pin(uint8_t ch, uint8_t on);
/* (�ɼ�) #1~#20 ��ü OFF */
void hash_all_off(void);
#ifdef __cplusplus
}
#endif
#endif