first commit

This commit is contained in:
2022-01-30 23:15:09 +01:00
commit 7f6cd81913
88 changed files with 86253 additions and 0 deletions

22
application/application.h Normal file
View 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_ */