mirror of
https://github.com/whowechina/aic_pico.git
synced 2024-11-12 00:40:47 +01:00
Remove debug print
This commit is contained in:
parent
5863d20be1
commit
921a276684
@ -385,8 +385,6 @@ static void rainbow_control(uint32_t delta_ms)
|
||||
range = rainbow.level.to - rainbow.level.from;
|
||||
progress = rainbow.elapsed * 100 / rainbow.smooth_ms;
|
||||
rainbow.level.current = rainbow.level.from + range * progress / 100;
|
||||
|
||||
printf("\nlevel: %d", rainbow.level.current);
|
||||
}
|
||||
|
||||
#define RAINBOW_PITCH 37
|
||||
|
Loading…
Reference in New Issue
Block a user