#ifndef CONFIG_H #define CONFIG_H #define IO 8 #define HEIGHT (IO/2) #define ETAGES 3 #define DATALEN 4 #define BV_SIZE ETAGES+DATALEN #endif