move code to production file

This commit is contained in:
2022-12-18 17:12:04 +01:00
parent 765bdb9cb3
commit f4bcf7fc01
3 changed files with 173 additions and 142 deletions

9
sketch/production.h Normal file
View File

@ -0,0 +1,9 @@
#ifndef _PRODUCTION_H_
#define _PRODUCTION_H_
void productionSetup();
void productionLoop();
#endif // _PRODUCTION_H_