You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
atmega-geiger/src/global_state.h

15 lines
310 B

/**
* Declarations of global variables
*/
#ifndef CPROJ_GLOBAL_VARIABLES_H
#define CPROJ_GLOBAL_VARIABLES_H
#include <stdbool.h>
#include <stdint.h>
extern volatile bool req_update_display;
extern volatile bool is_weak_battery;
extern volatile uint16_t timestamp_100ms;
#endif //CPROJ_GLOBAL_VARIABLES_H