#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