eCompass/Core/Inc/app.h
2021-04-04 10:21:26 +02:00

16 lines
170 B
C

/*
* app.h
*
* Created on: Apr 3, 2021
* Author: Think
*/
#ifndef INC_APP_H_
#define INC_APP_H_
void setup(void);
void loop(void);
#endif /* INC_APP_H_ */