/** * Declarations of global variables */ #ifndef CPROJ_GLOBAL_VARIABLES_H #define CPROJ_GLOBAL_VARIABLES_H #include #include extern volatile bool req_update_display; extern volatile bool is_weak_battery; extern volatile uint16_t timestamp_100ms; #endif //CPROJ_GLOBAL_VARIABLES_H