doku details
This commit is contained in:
parent
1189b7c3a4
commit
79a9eecaad
10
doku.md
10
doku.md
@ -110,6 +110,7 @@ linker puts them together ?!?
|
|||||||
- dynamic lighting with ldr
|
- dynamic lighting with ldr
|
||||||
- http control over active pwm ... => set_active_pwm()
|
- http control over active pwm ... => set_active_pwm()
|
||||||
- testing if dimming crashes when two animations
|
- testing if dimming crashes when two animations
|
||||||
|
-> ldr does not interrupt animation, animation get's finished and stairs fade out -> FSM works without collisions
|
||||||
- interrupt to pending from sensors
|
- interrupt to pending from sensors
|
||||||
- settings struct
|
- settings struct
|
||||||
- script for gdb on windows
|
- script for gdb on windows
|
||||||
@ -117,3 +118,12 @@ linker puts them together ?!?
|
|||||||
- welcome animation ?
|
- welcome animation ?
|
||||||
- on/off switch http
|
- on/off switch http
|
||||||
- use logging to serial http monitor with httpserver.logt();
|
- use logging to serial http monitor with httpserver.logt();
|
||||||
|
|
||||||
|
- behavior when someone enters stairway from opposite direction while animation is running?
|
||||||
|
-> currently ignored, second persons walks in darkness
|
||||||
|
-> animation from both sides?
|
||||||
|
-> problem: person 1 leaving stairway might pass the sensor right after person 2 -> person 1 leaving not detected
|
||||||
|
|
||||||
|
- behavior when someone enters stairway from opposite direction after animation finished but person 1 is still on stairway?
|
||||||
|
-> currently stairs fade off from direction 1
|
||||||
|
-> additional wait-state between "warten hoch/runter" and "abdimmen hoch/runter" after sensor detected person?
|
Loading…
x
Reference in New Issue
Block a user