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

View File

@ -1,8 +1,13 @@
#ifndef PATTERN_H_
#define PATTERN_H_
#include <stdlib.h>
void patternExec();
void patternInit();
void patternSetTemperature(uint8_t t);
#endif /* PATTERN_H_ */