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

@ -4,6 +4,14 @@
#include <stdlib.h>
#include "myrand.h"
uint8_t temperature = 20;
void patternSetTemperature(uint8_t t) {
temperature = t;
}
/*
* traversing the whole matrix
void patternExec() {