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.
Dependencies: mbed Watchdog stm32-sensor-base2
Diff: AS5045/AS5045.cpp
- Revision:
- 18:025d9a617769
- Parent:
- 12:406f75196a12
--- a/AS5045/AS5045.cpp Wed Jan 20 11:18:20 2021 +0000 +++ b/AS5045/AS5045.cpp Fri Nov 05 13:48:42 2021 +0000 @@ -14,7 +14,7 @@ _spi(NC,D12, D13), // MBED SPI init _cs(CS) // Digital output pin init { - // Set SPI bitwidth9 + // Set SPI bitwidth _spi.format(8, 1); // Set SPI frequency