split code into more files

This commit is contained in:
2022-02-10 16:41:27 +01:00
parent b5f588bdf6
commit 34ee74c185
7 changed files with 268 additions and 0 deletions

8
abzug.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef _ABZUG_H
#define _ABZUG_H
extern uint16_t abzug_speed;
void do_rolle(void);
#endif