start/stop running

This commit is contained in:
Wolfgang Hottgenroth
2016-10-01 17:28:32 +02:00
parent a50a5e2f00
commit 5e982f8926
3 changed files with 23 additions and 14 deletions

View File

@ -11,6 +11,7 @@
#include <stdint.h>
void inverterInit();
void inverterExec();
void inverterSetFrequency(uint16_t f);
#endif /* INVERTER_H_ */