inverter added
This commit is contained in:
16
src/inverter.h
Normal file
16
src/inverter.h
Normal 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_ */
|
Reference in New Issue
Block a user