1
0

relay_control.h 112 B

12345678910
  1. #ifndef __RELAY_CTRL_H__
  2. #define __RELAY_CTRL_H__
  3. #include "config.h"
  4. void relay_control_init(void);
  5. #endif