not yet working

This commit is contained in:
Wolfgang Hottgenroth
2016-09-21 17:27:22 +02:00
parent b69ebbb5ba
commit 4dea7fe895
3 changed files with 72 additions and 12 deletions

View File

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