mirror of
https://github.com/ole00/afterburner.git
synced 2024-11-25 10:31:01 +00:00
mcp4131: fixed reading pot value from mcp4151
Discovered and fixed by Hubert H. Thanks! See issue #48
This commit is contained in:
parent
de1d601992
commit
2b1b34f48c
@ -92,7 +92,7 @@ static uint16_t mcp4131_reg(uint8_t address, uint16_t value, uint8_t read_reg)
|
||||
}
|
||||
|
||||
if (mcp4151_detected && address == ADDR_WIPER && read_reg) {
|
||||
value >>= 1; //divide the wiper value by 2
|
||||
r >>= 1; //divide the wiper value by 2
|
||||
}
|
||||
|
||||
//disable IC
|
||||
|
Loading…
Reference in New Issue
Block a user