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/user_interface.h

16 lines
231 B

/**
* UI
*/
#ifndef CPROJ_USER_INTERFACE_H
#define CPROJ_USER_INTERFACE_H
void init_user_interface();
void show_current_radiation();
void show_empty_battery_icon();
void show_loading_icon();
#endif //CPROJ_USER_INTERFACE_H