Fixes based on code reviews (formatting, UI code)
This commit is contained in:
parent
1fb5757655
commit
bfe13d9d68
5 changed files with 133 additions and 89 deletions
|
|
@ -134,8 +134,7 @@ void SystemTask::Work() {
|
|||
motionSensor.SoftReset();
|
||||
timerController.Register(this);
|
||||
timerController.Init();
|
||||
alarmController.Register(this);
|
||||
alarmController.Init();
|
||||
alarmController.Init(this);
|
||||
|
||||
// Reset the TWI device because the motion sensor chip most probably crashed it...
|
||||
twiMaster.Sleep();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue