#ifndef APP_H__ #define APP_H__ #include #include "adc.h" #include struct app { volatile uint8_t button; }; extern struct app app; #endif