inverter added

This commit is contained in:
2016-09-19 19:23:57 +02:00
parent d94ac2ea48
commit 4b32cc8d39
5 changed files with 63 additions and 9 deletions

16
src/inverter.h Normal file
View File

@ -0,0 +1,16 @@
/*
* inverter.h
*
* Created on: 19.09.2016
* Author: dehottgw
*/
#ifndef INVERTER_H_
#define INVERTER_H_
#include <stdint.h>
void inverterInit();
void inverterSetFrequency(uint8_t f);
#endif /* INVERTER_H_ */