Skip to content
This repository was archived by the owner on May 6, 2021. It is now read-only.

Commit daaeb2a

Browse files
committed
Added debug statement to standard out
1 parent 58c1ec1 commit daaeb2a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libsrc/hyperion/LinearColorSmoothing.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ LinearColorSmoothing::LinearColorSmoothing(
2020
_timer.setInterval(_updateInterval);
2121

2222
connect(&_timer, SIGNAL(timeout()), this, SLOT(updateLeds()));
23+
24+
std::cout << "Created linear-smoothing(interval_ms=" << _updateInterval << ";settlingTime_ms=" << settlingTime_ms << ";updateDelay=" << _outputDelay << std::endl;
2325
}
2426

2527
LinearColorSmoothing::~LinearColorSmoothing()

0 commit comments

Comments
 (0)