feat: новые функции были подшиты к основному шаблону

This commit is contained in:
Miheev Egor
2024-09-10 23:53:08 +03:00
parent a338ac968e
commit 4c423c7acc
3 changed files with 24 additions and 4 deletions

View File

@ -0,0 +1,9 @@
#ifndef SUBSTITUTIONS_H
#define SUBSTITUTIONS_H
void reset_input_mode();
void set_input_mode();
void delay(unsigned int ms);
char isKeyPressed();
#endif