#ifndef APP_H__ #define APP_H__ #include #include "adc.h" #include struct app { slave_t state; }; extern struct app app; #endif