Project

General

Profile

Statistics
| Branch: | Revision:

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

History | View | Annotate | Download (125 Bytes)

1
#ifndef _RANGE_H_
2
#define _RANGE_H_
3

    
4
#define RANGE_ERR 0xFFFF
5

    
6
void range_init();
7
unsigned int range_get(int which);
8

    
9
#endif