ioc.h 167 B

123456789
  1. #ifndef _IOC_H_
  2. #define _IOC_H_
  3. void IO_Init(void);
  4. void HV_EnableOutput(bool Enable);
  5. void LED_SetOutput(bool Value);
  6. void LED_Fault(char Pattern);
  7. #endif