Project

General

Profile

Statistics
| Branch: | Revision:

root / toolbox / current.h @ e8960789

History | View | Annotate | Download (95 Bytes)

1
#ifndef CURRENT_H
2
#define CURRENT_H
3

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

    
7
#endif