tlora-pager wake on button, and kb backlight toggling (#8090)

This commit is contained in:
Jonathan Bennett
2025-09-22 21:06:23 -05:00
committed by GitHub
parent e1485b530f
commit 07b58a82d5
10 changed files with 60 additions and 21 deletions

View File

@@ -200,6 +200,11 @@ uint8_t TCA8418KeyboardBase::flush()
return count;
}
void TCA8418KeyboardBase::clearInt()
{
writeRegister(TCA8418_REG_INT_STAT, 3);
}
uint8_t TCA8418KeyboardBase::digitalRead(uint8_t pinnum) const
{
if (pinnum > TCA8418_COL9)