so far so good

This commit is contained in:
2019-04-25 16:20:01 +02:00
parent 04245e112c
commit 28b32656aa
8 changed files with 274 additions and 1 deletions

19
productionMode.h Normal file
View File

@ -0,0 +1,19 @@
/*
* productionMode.h
*
* Created on: Apr 5 2019
* Author: wn
*/
#ifndef PRODUCTIONMODE_H_
#define PRODUCTIONMODE_H_
void setupProduction();
void loopProduction();
#endif /* PRODUCTIONMODE_H_ */