Minikombajn Pomiarowy  20
 All Files Functions Variables Macros
Multimetr.h
Go to the documentation of this file.
1 /********************************************/
9 #ifndef Multimetr_H
10 #define Multimetr_H
11 
12 void Multimetr(void);
13 uint32_t getMeas(int16_t* buf, int16_t* min, int16_t* max, uint32_t* rms, int32_t* average);
14 
15 #endif