aboutsummaryrefslogtreecommitdiff
path: root/ui.c
AgeCommit message (Collapse)AuthorFilesLines
2014-11-11ui: Fix debug messagesLars-Dominik Braun1-7/+4
2014-11-11ui: Simplify accelLars-Dominik Braun1-2/+1
2014-09-30Unify entering idle stateLars-Dominik Braun1-17/+19
2014-09-30Fix theoretical LED step edge caseLars-Dominik Braun1-1/+1
2014-09-30Limit fine value rangeLars-Dominik Braun1-1/+7
2014-09-30Reliable reboot, idle status LED indicatorLars-Dominik Braun1-0/+25
2014-09-30Add wakeup source mechanismLars-Dominik Braun1-10/+3
Should reduce amount of cpu wakeups with expensive computations.
2014-09-16timer: Support timeouts > 8sLars-Dominik Braun1-0/+29
2014-09-16Auto stop alarmLars-Dominik Braun1-4/+10
Currently triggers assert in timer.c
2014-09-16Finally fix speakerLars-Dominik Braun1-18/+0
Use one timer for LED/speaker. Not sure why two did not work.
2014-08-19Switch to new timer, fix usabilityLars-Dominik Braun1-62/+102
Seems to work so far, gyro is a little too sensitive.
2014-07-22Convert printf into putsLars-Dominik Braun1-11/+10
Removes ~1.5k code size, still not working.
2014-07-22Speaker and LED pwmLars-Dominik Braun1-12/+39
Something is not correct here, stack overflow?
2014-07-08Coarse/fine selection modesLars-Dominik Braun1-69/+88
2014-06-17Alarm state + defines + documentationLars-Dominik Braun1-21/+61
2014-06-17Translate LED id’s based on orientationLars-Dominik Braun1-8/+19
And fix orientation change detection.
2014-06-17ui: AddedLars-Dominik Braun1-0/+232
Seems to work mostly now.