Project

General

Profile

Statistics
| Branch: | Revision:

root / toolbox / current.h @ 10936c07

History | View | Annotate | Download (86 Bytes)

1
#ifndef CURRENT_H
2
#define CURRENT_H
3

    
4
void current_init();
5
int current_read();
6

    
7
#endif