1
0

modification fichier fin.c et ajout fichier fin.h

This commit is contained in:
2022-11-25 15:57:46 +01:00
parent 281ac81a98
commit 8c4945750c
2 changed files with 22 additions and 5 deletions

6
include/fin.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef FIN_H
#define FIN_H
void fin(unsigned long int timer);
#endif