FreeJoy
FreeJoy copied to clipboard
Incorrect work of devices with different SPI modes on same bus
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