TouchSwitch/productionMode.h
Wolfgang Hottgenroth 3155b01470 initial
2018-01-24 12:48:12 +01:00

20 lines
216 B
C

/*
* productionMode.h
*
* Created on: Jan 24, 2018
* Author: wn
*/
#ifndef PRODUCTIONMODE_H_
#define PRODUCTIONMODE_H_
void setupProduction();
void loopProduction();
#endif /* PRODUCTIONMODE_H_ */