#ifndef _IOC_H_ #define _IOC_H_ #include "mbed.h" #include "main.h" void IO_Init(void); void HV_EnableOutput(bool Enable); #endif