Project

General

Profile

Statistics
| Branch: | Revision:

root / scout_avr / src / range.h @ 1c3c96ce

History | View | Annotate | Download (81 Bytes)

1
#ifndef _RANGE_H_
2
#define _RANGE_H_
3

    
4
void range_init();
5
int range_get();
6

    
7
#endif