#ifndef IO
#define IO
#define IO_INSIDE

#include "generic_io"

#ifdef __AVR_ATtiny48__
#include "iotn48"
#else
#error "unsupported mcu"
#endif

#include "generic_io"

#undef IO_INSIDE
#endif
