We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b32eca commit efbad7dCopy full SHA for efbad7d
src/MagneticSensorSPI.cpp
@@ -5,7 +5,7 @@ MagneticSensorSPIConfig_s AS5147_SPI = {
5
.spi_mode = SPI_MODE1,
6
.clock_speed = 1000000,
7
.bit_resolution = 14,
8
- .angle_register = 0xCFFF,
+ .angle_register = 0x3FFF,
9
.data_start_bit = 13,
10
.command_rw_bit = 14,
11
.command_parity_bit = 15
0 commit comments