You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Convert BreakoutAnalogOutput data to offset binary
- The analog outputs on the breakout board expect 16-bit words in offset
binary
- We were using twos-complement. This fix converts all outgoing data to
offset binary before the final calls to device.Write()
0 commit comments