first commit
This commit is contained in:
22
application/application.h
Normal file
22
application/application.h
Normal file
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
* application.h
|
||||
*
|
||||
* Created on: Jan 30, 2022
|
||||
* Author: ftobler
|
||||
*/
|
||||
|
||||
#ifndef APPLICATION_H_
|
||||
#define APPLICATION_H_
|
||||
|
||||
#include "serial.h"
|
||||
|
||||
extern Serial serialUSB;
|
||||
extern Serial serialRS485;
|
||||
|
||||
|
||||
void setup();
|
||||
void loop();
|
||||
void systick();
|
||||
|
||||
|
||||
#endif /* APPLICATION_H_ */
|
||||
Reference in New Issue
Block a user