Initian commit

This commit is contained in:
2024-03-09 20:12:03 +01:00
commit e30c392c3e
2 changed files with 1579 additions and 0 deletions

1572
Siton-firmware.ino Normal file

File diff suppressed because it is too large Load Diff

7
myTimer.h Normal file
View File

@@ -0,0 +1,7 @@
#ifndef myTimer_h
#define myTimer_h
typedef unsigned long myTimer;
#endif