mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
drivers/mrf24j40: add note about missing wake pin handling
Fixes https://github.com/RIOT-OS/RIOT/issues/19711
This commit is contained in:
parent
95fb09cf3a
commit
5dd548860c
@ -14,6 +14,13 @@
|
|||||||
* This module contains drivers for radio devices in Microchip MRF24J40 series.
|
* This module contains drivers for radio devices in Microchip MRF24J40 series.
|
||||||
* The driver is aimed to work with all devices of this series.
|
* The driver is aimed to work with all devices of this series.
|
||||||
*
|
*
|
||||||
|
* @warning This driver doesn't handle the wake pin. As of now, it is
|
||||||
|
* required that the wake pin is high prior to the initialization
|
||||||
|
* (e.g. by connecting it to VCC in the board design).
|
||||||
|
* @note A PR extending @ref mrf24j40_params_t to contain the wake pin
|
||||||
|
* and adding appropriate handling of the wake pin to the driver
|
||||||
|
* logic would be a welcome addition.
|
||||||
|
*
|
||||||
* Default TX power is 0dBm.
|
* Default TX power is 0dBm.
|
||||||
*
|
*
|
||||||
* TX power mapping:
|
* TX power mapping:
|
||||||
|
Loading…
Reference in New Issue
Block a user