#ifndef CHECK_PIN_H #define CHECK_PIN_H #include "r_cg_macrodriver.h" #include "r_cg_port.h" #ifdef __cplusplus extern "C" { #endif void check_pin_init(void); /** * ä³Î(ch=1~20)ÀÇ CHECK ÇÉÀ» on/off * ¿¹) ch=2 -> CHECK_2(P155) Á¦¾î */ void check_pin(uint8_t ch, uint8_t on); /** (¿É¼Ç) CHECK_1~CHECK_20 Àüü OFF */ void check_all_off(void); #ifdef __cplusplus } #endif #endif /* CHECK_PIN_H */