#ifndef PATTERN_H_ #define PATTERN_H_ #include void patternExec(); void patternInit(); void patternSetTemperature(uint8_t t); #endif /* PATTERN_H_ */