add files for spooling motion

This commit is contained in:
2022-02-21 05:29:09 +01:00
parent 8a759f7f21
commit f590396e0c
3 changed files with 39 additions and 0 deletions

7
spule.h Normal file
View File

@@ -0,0 +1,7 @@
#ifndef _SPULE_H_
#define _SPULE_H_
void timer5_init(void);
void do_spule(void);
#endif