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

12 lines
166 B

/**
* TODO file description
*/
#ifndef CPROJ_TIME_BASE_H
#define CPROJ_TIME_BASE_H
void second_callback_irq();
void init_timebase();
#endif //CPROJ_TIME_BASE_H