#ifndef IO_H #define IO_H void ioLed(int ena); void ioInit(void); #endif