rgbled/application.h

20 lines
214 B
C
Raw Normal View History

2019-04-05 19:59:07 +02:00
/*
* productionMode.h
*
* Created on: Apr 5 2019
* Author: wn
*/
#ifndef PRODUCTIONMODE_H_
#define PRODUCTIONMODE_H_
void setupProduction();
void loopProduction();
#endif /* PRODUCTIONMODE_H_ */