inverter2/my_src/main2.h
Wolfgang Hottgenroth 6151b968a5 sine works
2016-10-24 17:07:50 +02:00

19 lines
208 B
C

/*
* main2.h
*
* Created on: Oct 21, 2016
* Author: wn
*/
#ifndef MAIN2_H_
#define MAIN2_H_
void my_setup_1();
void my_setup_2();
void my_loop();
void my_errorHandler();
#endif /* MAIN2_H_ */