1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/at86rf2xx
Benjamin Valentin ac040c6baf drivers/at86rf2xx: add support for high data rates
AT86RF2xx supports high data rates in O-QPSK mode.
This is a proprietary feature, so data rates > 0 are only supported by
other AT86RF2xx devices.

 high_rate 0:   250 kbit/s (IEEE mode)
 high_rate 1:   500 kbit/s
 high_rate 2:  1000 kbit/s (compatible with at86rf215)
 high_rate 3:  2000 kbit/s
2020-05-09 01:24:08 +02:00
..
include
at86rf2xx_getset.c drivers/at86rf2xx: add support for high data rates 2020-05-09 01:24:08 +02:00
at86rf2xx_internal.c
at86rf2xx_netdev.c drivers/at86rf2xx: add support for high data rates 2020-05-09 01:24:08 +02:00
at86rf2xx.c at86rf2xx: implement basic mode 2020-04-08 19:14:45 +02:00
Makefile