ioc.h 143 B

12345678910
  1. #ifndef _IOC_H_
  2. #define _IOC_H_
  3. #include "mbed.h"
  4. #include "main.h"
  5. void IO_Init(void);
  6. void HV_EnableOutput(bool Enable);
  7. #endif