Files
inverter0/src/inverter.h
Wolfgang Hottgenroth 5e982f8926 start/stop running
2016-10-01 17:28:32 +02:00

18 lines
246 B
C

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