Project

General

Profile

Statistics
| Branch: | Revision:

root / scout_avr / src / range.h @ 812788aa

History | View | Annotate | Download (125 Bytes)

1 1c3c96ce Tom Mullins
#ifndef _RANGE_H_
2
#define _RANGE_H_
3
4 230b1b7f Tom Mullins
#define RANGE_ERR 0xFFFF
5
6 1c3c96ce Tom Mullins
void range_init();
7 ec9e417d Tom Mullins
unsigned int range_get(int which);
8 1c3c96ce Tom Mullins
9
#endif