Project

General

Profile

Statistics
| Branch: | Revision:

root / scout_avr / src / range.h @ ec9e417d

History | View | Annotate | Download (99 Bytes)

1
#ifndef _RANGE_H_
2
#define _RANGE_H_
3

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

    
7
#endif