feat: новые функции были подшиты к основному шаблону
This commit is contained in:
9
01-asm-basics/substitutions.h
Normal file
9
01-asm-basics/substitutions.h
Normal 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
|
||||
Reference in New Issue
Block a user