inverter2/my_src/inverter.h

17 lines
212 B
C
Raw Normal View History

2016-10-25 17:14:58 +02:00
/*
* inverter.h
*
* Created on: 25.10.2016
* Author: dehottgw
*/
#ifndef INVERTER_H_
#define INVERTER_H_
void inverterBegin();
2016-10-25 17:14:58 +02:00
void inverterSetFrequency(uint8_t freqOut);
#endif /* INVERTER_H_ */