Add a lowpower test for the buttons

Resolves #19
This commit is contained in:
2020-07-05 17:17:25 -07:00
parent 08085c465d
commit 63527bdb03
4 changed files with 104 additions and 5 deletions

View File

@@ -161,7 +161,7 @@ void ButtonManager::irq()
static BSP::time_t systime;
// TODO: is this call too expensive for an interrupt handler?
//BSP::SystemTimer::get_time(systime);
BSP::SystemTimer::get_time(systime);
if (!m_instance) {
return;