MCPcopy Create free account
hub / github.com/awawa-dev/HyperHDR / getCorrection

Method getCorrection

sources/led-strip/ChannelCalibration.cpp:88–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88uint8_t ChannelCalibration::getCorrection() const
89{
90 return _correction;
91}
92uint8_t ChannelCalibration::correction(uint8_t input) const
93{
94 return (input * _correction) / 255;;

Callers 1

putCurrentConfigMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected