- added debouncing option

- added some gif for presentation
This commit is contained in:
asus
2024-01-19 20:09:21 +01:00
parent 60b4a82489
commit 211204e888
8 changed files with 40 additions and 15 deletions

View File

@@ -30,4 +30,7 @@
# include "cube3d_proto.h"
# include "get_next_line.h"
# include <time.h> // for time
# include <sys/time.h> // for gettimeofday
#endif