Call KeyMatrix_ScanRow() from an LPTMR interrupt for the left half. Remove KeyMatrix_Scan()

This commit is contained in:
László Monda
2017-11-14 02:29:18 +01:00
parent ae4d60882f
commit 5c84620704
5 changed files with 6 additions and 24 deletions

View File

@@ -43,7 +43,7 @@ int main(void)
KeyMatrix_Init(&keyMatrix);
while (1) {
KeyMatrix_Scan(&keyMatrix);
// KeyMatrix_Scan(&keyMatrix);
__WFI();
}
}