boards/dwm1001: fix typo 'tranceiver' -> 'transceiver'
This commit is contained in:
parent
0d6d2c4892
commit
4c4e87ca6d
@ -9,7 +9,7 @@ The [Devawave DWM1001 development board](https://www.decawave.com/product/dwm100
|
|||||||
includes a DWM1001 module which is based on a Nordic nRF51832 microcontroller.
|
includes a DWM1001 module which is based on a Nordic nRF51832 microcontroller.
|
||||||
This microcontroller is an ARM Cortex-M4 with 64KB of RAM and 512KB of flash
|
This microcontroller is an ARM Cortex-M4 with 64KB of RAM and 512KB of flash
|
||||||
memory. It also provides in integrated BLE radio.
|
memory. It also provides in integrated BLE radio.
|
||||||
The DWM1001 module also contains an UWB tranceiver connected to the
|
The DWM1001 module also contains an UWB transceiver connected to the
|
||||||
microcontroller via SPI (not supported yet).
|
microcontroller via SPI (not supported yet).
|
||||||
|
|
||||||
## Flash the board
|
## Flash the board
|
||||||
|
|||||||
@ -74,7 +74,7 @@ extern "C" {
|
|||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @name DW1000 UWB tranceiver
|
* @name DW1000 UWB transceiver
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
#define DW1000_PARAM_SPI_DEV SPI_DEV(1)
|
#define DW1000_PARAM_SPI_DEV SPI_DEV(1)
|
||||||
|
|||||||
@ -50,7 +50,7 @@ static const spi_conf_t spi_config[] = {
|
|||||||
.miso = GPIO_PIN(0, 6),
|
.miso = GPIO_PIN(0, 6),
|
||||||
.ppi = 0,
|
.ppi = 0,
|
||||||
},
|
},
|
||||||
{ /* Connected to the DWM1001 UWB tranceiver */
|
{ /* Connected to the DWM1001 UWB transceiver */
|
||||||
.dev = NRF_SPIM1,
|
.dev = NRF_SPIM1,
|
||||||
.sclk = GPIO_PIN(0, 16),
|
.sclk = GPIO_PIN(0, 16),
|
||||||
.mosi = GPIO_PIN(0, 20),
|
.mosi = GPIO_PIN(0, 20),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user