- Fase 2 completada (main cpp sense errors)

This commit is contained in:
2024-01-26 14:56:30 +01:00
parent 682f9aba43
commit a690619865
5 changed files with 768 additions and 724 deletions

View File

@@ -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();
}