Call KeyMatrix_ScanRow() from an LPTMR interrupt for the left half. Remove KeyMatrix_Scan()
This commit is contained in:
@@ -43,7 +43,7 @@ int main(void)
|
||||
KeyMatrix_Init(&keyMatrix);
|
||||
|
||||
while (1) {
|
||||
KeyMatrix_Scan(&keyMatrix);
|
||||
// KeyMatrix_Scan(&keyMatrix);
|
||||
__WFI();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user