1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +01:00

MPU6000: Bring SPI down to 5 Mhz - much closer to spec

This commit is contained in:
James Cotton 2011-11-26 14:56:28 -06:00
parent 99123372d0
commit d3314f041a

View File

@ -175,7 +175,7 @@ static const struct pios_spi_cfg pios_spi_gyro_cfg = {
.SPI_CRCPolynomial = 7,
.SPI_CPOL = SPI_CPOL_High,
.SPI_CPHA = SPI_CPHA_2Edge,
.SPI_BaudRatePrescaler = SPI_BaudRatePrescaler_8,
.SPI_BaudRatePrescaler = SPI_BaudRatePrescaler_32,
},
.use_crc = false,
.dma = {