const uint8_t stufen; | const uint8_t stufen; | ||||
uint16_t time_per_stair = 300; // dimmtime per stair [ms] | uint16_t time_per_stair = 300; // dimmtime per stair [ms] | ||||
uint16_t idle_brightness = 400; | uint16_t idle_brightness = 400; | ||||
uint16_t idle_bright_internal = 0; | |||||
uint16_t active_brightness = 700; | uint16_t active_brightness = 700; | ||||
uint16_t ldr_schwelle = 7; // activation value for FSM [lx] | uint16_t ldr_schwelle = 7; // activation value for FSM [lx] |