Project

General

Profile

Statistics
| Branch: | Revision:

root / paintboard / code / geiger.h @ 11c945d9

History | View | Annotate | Download (111 Bytes)

1
#ifndef _GEIGER_H_
2
#define _GEIGER_H_
3

    
4
void geiger_init();
5
int16_t geiger_rate();
6
void geiger_tick();
7

    
8
#endif