add measurement, stolen from tea thermometer

This commit is contained in:
2019-02-04 10:03:10 +01:00
parent a31c929053
commit d3e3967bee
5 changed files with 118 additions and 1 deletions

20
measure.h Normal file
View File

@ -0,0 +1,20 @@
/*
* adc.h
*
* Created on: 03.10.2014
* Author: wn
*/
#ifndef MEASURE_H_
#define MEASURE_H_
#include <stdint.h>
void measureInit();
void measureStartConversion();
#endif /* MEASURE_H_ */