Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
88
uint8_t ChannelCalibration::getCorrection() const
89
{
90
return _correction;
91
}
92
uint8_t ChannelCalibration::correction(uint8_t input) const
93
{
94
return (input * _correction) / 255;;
Callers
1
putCurrentConfig
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected