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
AD5421 driver had a bug when integrating into a custom example:
- SPI R/W status checks check against an expected length, rather than
0/-1 which is what the No-OS API comments indicate it should return.
- Very minor: I added the "No-Op" code from AD5421 datasheet (0x09).
Currently the driver sends 0x00 which should suffice for reading data
back, but I added 0x09 to match what the AD5421 GUI sends.
Signed-off-by: Brandon Hurst <[email protected]>
0 commit comments