@@ -1,3 +1,10 @@
#pragma once
bool TeclaPuls(uint8_t tecla);
namespace input
{
void init();
bool anyKey();
bool keyPressed(uint8_t tecla);
uint8_t getKey();
}
The note is not visible to the blocked user.