Project

General

Profile

Statistics
| Branch: | Revision:

root / toolbox / current.h @ cbda92cc

History | View | Annotate | Download (95 Bytes)

1 10936c07 Tom Mullins
#ifndef CURRENT_H
2
#define CURRENT_H
3
4
void current_init();
5 cbda92cc Tom Mullins
unsigned int current_read();
6 10936c07 Tom Mullins
7
#endif