inverter0/src/inverter.h
Wolfgang Hottgenroth 4dea7fe895 not yet working
2016-09-21 17:27:22 +02:00

17 lines
225 B
C

/*
* inverter.h
*
* Created on: 19.09.2016
* Author: dehottgw
*/
#ifndef INVERTER_H_
#define INVERTER_H_
#include <stdint.h>
void inverterInit();
void inverterSetFrequency(uint16_t f);
#endif /* INVERTER_H_ */