Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: DRV8323/DRV.cpp
- Revision:
- 55:5afc2865ef7f
- Parent:
- 45:26801179208e
--- a/DRV8323/DRV.cpp Fri Feb 19 22:40:19 2021 -0800 +++ b/DRV8323/DRV.cpp Thu Feb 25 21:53:26 2021 -0800 @@ -113,6 +113,6 @@ void DRV832x::calibrate(void) { - uint16_t val = 0x1<<4 + 0x1<<3 + 0x1<<2; + uint16_t val = (0x1<<4) + (0x1<<3) + (0x1<<2); write_register(CSACR, val); } \ No newline at end of file