Im Simu-Mode Bedienung über Tastatur

This commit is contained in:
Bernhard
2026-01-24 18:56:30 +01:00
parent 4bde0cc888
commit 450e93982e
8 changed files with 167 additions and 42 deletions

View File

@@ -30,6 +30,8 @@ struct GPIO_KEY_DATA
int iKeyRepeatCycleCounter;
};
extern int iPowerSupplyOn;
int IO_Init();
void IO_DoCyclic();
void SetupKeyPin(struct GPIO_KEY_DATA *pdata, int iKeyPin);