AudioDAC/Core/Inc/app.h
2021-04-04 10:26:29 +02:00

15 lines
169 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_ */