Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-01-29 | accel: Ignore shake if horizon changed | Lars-Dominik Braun | 1 | -2/+9 | |
2015-01-29 | accel: Fix shake detection, again | Lars-Dominik Braun | 1 | -8/+13 | |
Only two peaks are required. Use int16 to avoid overflow. Check sign before registering shake in other direction. | |||||
2015-01-20 | i2c: twRequests returns false if bus is busy | Lars-Dominik Braun | 2 | -21/+25 | |
2015-01-20 | ui: Increase wait time between confirm flashes | Lars-Dominik Braun | 1 | -2/+3 | |
2015-01-20 | Generic LED flash mode | Lars-Dominik Braun | 1 | -23/+84 | |
Adds support for confirming selections by flashing LEDs. | |||||
2015-01-20 | gyro: Fix non-blocking start | Lars-Dominik Braun | 1 | -23/+31 | |
The I2C bus may not be free when starting the gyro. Add two additional states. | |||||
2015-01-20 | timer: Fix one-shot mode | Lars-Dominik Braun | 1 | -3/+4 | |
2015-01-13 | Remove debugging puts/fwrite | Lars-Dominik Braun | 3 | -28/+3 | |
We’re tight on SRAM and the stack seems overflow from time to time. Removing the strings should give us some breathing room. | |||||
2015-01-13 | Add generic flash ui state, fix timer race condition | Lars-Dominik Braun | 3 | -75/+119 | |
2014-12-15 | ui: Reduce required shake count to 1 | Lars-Dominik Braun | 1 | -3/+3 | |
Gesture detection has been fixed with commit 254fb0c490c62c0e29518cab2d8b5c90a30b378c, one shake now actually sets the counter to one. | |||||
2014-12-15 | pwm: Add method to switch all LEDs off | Lars-Dominik Braun | 3 | -32/+24 | |
This is used quite often and we can implement it more efficiently. | |||||
2014-12-15 | ui: Switch off LEDs when going into select_coarse | Lars-Dominik Braun | 1 | -1/+5 | |
We’re starting with a value of 0. | |||||
2014-12-15 | ui: Use flashing alarm | Lars-Dominik Braun | 1 | -11/+58 | |
2014-12-09 | gyro: non-blocking start/stop, enable only when required | Lars-Dominik Braun | 3 | -35/+67 | |
Save energy by disabling the gyro most of the time (i.e. not in selection mode). | |||||
2014-12-09 | accel: Fix shake gesture detection | Lars-Dominik Braun | 3 | -51/+53 | |
2014-11-25 | gyro/accel: Disable pull-ups | Lars-Dominik Braun | 2 | -10/+8 | |
Not sure they are needed. | |||||
2014-11-25 | gyro: Reduce sensitivity | Lars-Dominik Braun | 1 | -3/+3 | |
2014-11-11 | ui: Update leds when switching to fine selection | Lars-Dominik Braun | 1 | -26/+33 | |
2014-11-11 | ui: Fix debug messages | Lars-Dominik Braun | 1 | -7/+4 | |
2014-11-11 | ui: Simplify accel | Lars-Dominik Braun | 1 | -2/+1 | |
2014-11-11 | pwm: Respect PB0/1’s value set by gyro | Lars-Dominik Braun | 2 | -1/+9 | |
2014-11-11 | Fix i2c out of bounds write | Lars-Dominik Braun | 1 | -3/+3 | |
Fixes longstanding bug that caused strange behavior wrt LED’s states. | |||||
2014-09-30 | Unify entering idle state | Lars-Dominik Braun | 1 | -17/+19 | |
2014-09-30 | Fix theoretical LED step edge case | Lars-Dominik Braun | 1 | -1/+1 | |
2014-09-30 | Limit fine value range | Lars-Dominik Braun | 1 | -1/+7 | |
2014-09-30 | Fix timer return value | Lars-Dominik Braun | 1 | -1/+1 | |
2014-09-30 | Reliable reboot, idle status LED indicator | Lars-Dominik Braun | 4 | -14/+29 | |
2014-09-30 | LED error code for assert() | Lars-Dominik Braun | 2 | -4/+18 | |
2014-09-30 | Add wakeup source mechanism | Lars-Dominik Braun | 9 | -24/+67 | |
Should reduce amount of cpu wakeups with expensive computations. | |||||
2014-09-16 | timer: Support timeouts > 8s | Lars-Dominik Braun | 2 | -13/+64 | |
2014-09-16 | Auto stop alarm | Lars-Dominik Braun | 1 | -4/+10 | |
Currently triggers assert in timer.c | |||||
2014-09-16 | Finally fix speaker | Lars-Dominik Braun | 7 | -134/+62 | |
Use one timer for LED/speaker. Not sure why two did not work. | |||||
2014-08-26 | speaker: Fix beep | Lars-Dominik Braun | 1 | -9/+20 | |
Finally beeps. XXX: nope, it does not. | |||||
2014-08-19 | Add AVRdude terminal | Lars-Dominik Braun | 1 | -0/+3 | |
2014-08-19 | Switch to new timer, fix usability | Lars-Dominik Braun | 1 | -62/+102 | |
Seems to work so far, gyro is a little too sensitive. | |||||
2014-08-19 | timer: Support arbitrary timer values | Lars-Dominik Braun | 2 | -16/+32 | |
FIXME: large values do not work yet. | |||||
2014-08-05 | pwm: Add brightness control | Lars-Dominik Braun | 2 | -54/+55 | |
2014-07-29 | i2c: Make sure status is _OK | Lars-Dominik Braun | 3 | -4/+4 | |
Not sure if this fixes anything. | |||||
2014-07-22 | Use “volatile” on struct members | Lars-Dominik Braun | 2 | -7/+7 | |
Not all struct members are written in an ISR. | |||||
2014-07-22 | Convert printf into puts | Lars-Dominik Braun | 8 | -30/+37 | |
Removes ~1.5k code size, still not working. | |||||
2014-07-22 | Speaker and LED pwm | Lars-Dominik Braun | 7 | -38/+73 | |
Something is not correct here, stack overflow? | |||||
2014-07-08 | Enable assert messages | Lars-Dominik Braun | 2 | -1/+4 | |
2014-07-08 | Coarse/fine selection modes | Lars-Dominik Braun | 2 | -71/+90 | |
2014-06-17 | Alarm state + defines + documentation | Lars-Dominik Braun | 3 | -23/+62 | |
2014-06-17 | Translate LED id’s based on orientation | Lars-Dominik Braun | 1 | -8/+19 | |
And fix orientation change detection. | |||||
2014-06-17 | ui: Added | Lars-Dominik Braun | 8 | -48/+261 | |
Seems to work mostly now. | |||||
2014-06-10 | pwm: Implement blink | Lars-Dominik Braun | 2 | -42/+75 | |
Still flickers a little bit, might have to increase frequency… | |||||
2014-05-27 | Fix compiler warnings | Lars-Dominik Braun | 9 | -16/+23 | |
2014-05-27 | pwm: Initial LED PWM | Lars-Dominik Braun | 4 | -16/+103 | |
2014-05-20 | timer: Switch to 16 bit timer (timer1) | Lars-Dominik Braun | 1 | -34/+21 | |