-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information
1 parent
19084c7
commit cc73a3d
Showing
2 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters