mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Added debug statement to standard out
Former-commit-id: daaeb2a07931942bbeaf272775da81902169ad04
This commit is contained in:
parent
fbe8e0ad4e
commit
11d29d02c5
@ -20,6 +20,8 @@ LinearColorSmoothing::LinearColorSmoothing(
|
||||
_timer.setInterval(_updateInterval);
|
||||
|
||||
connect(&_timer, SIGNAL(timeout()), this, SLOT(updateLeds()));
|
||||
|
||||
std::cout << "Created linear-smoothing(interval_ms=" << _updateInterval << ";settlingTime_ms=" << settlingTime_ms << ";updateDelay=" << _outputDelay << std::endl;
|
||||
}
|
||||
|
||||
LinearColorSmoothing::~LinearColorSmoothing()
|
||||
|
Loading…
Reference in New Issue
Block a user