Project

General

Profile

Statistics
| Branch: | Revision:

root / toolbox / current.h @ master

History | View | Annotate | Download (121 Bytes)

1
#ifndef CURRENT_H
2
#define CURRENT_H
3

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

    
8
#endif