move dirs

This commit is contained in:
2022-01-12 16:44:12 +01:00
parent 789d0035b1
commit da7ff3bddb
49 changed files with 0 additions and 0 deletions

7
millis.h Normal file
View File

@@ -0,0 +1,7 @@
#ifndef _MILLIS_H_
#define _MILLIS_H_
#define TICK_PER_SEC 1000UL
unsigned long millis(void);
#endif