Open vostrenkov opened 3 years ago
MCP3201 works fine with no other sensors connected. Adding TLE5011 makes MCP3201 work incorrect (wrong fullscale range)
Found out that issued changing SPI modes like: CPOL = 0 ==> CPOL = 1 CPHA = 0 ==> CPHA = 1
Hotfixed in #0372b64d
MCP3201 works fine with no other sensors connected. Adding TLE5011 makes MCP3201 work incorrect (wrong fullscale range)