mirror of https://github.com/ARMmbed/mbed-os.git
bfa1b4dd84
Separate drivers, events, and rtos internal APIs from public APIs. * Move source files to source subdirs * Move internal headers to internal subdirs * Add Doxygen comments for documenting internal and public APIs * Remove source code from header files in order to remove include pre-processor directives that included header files not directly used by said header files * Explicitly include header files instead of implicit inclusions via third-party header files. Release Notes This will break user code that was using an internal API as the internal header files have been moved. This will only break if the user was including the header file using a namespace (i.e #include "foo/bar.h" instead of #include "bar.h" |
||
---|---|---|
.. | ||
atmel-rf-driver | ||
source | ||
LICENSE | ||
README.md | ||
apache-2.0.txt | ||
mbed_lib.json |
README.md
Example RF driver for Atmel 802.15.4 transceivers
Support for:
- AT86RF233
- AT86RF212B
This driver is used with 6LoWPAN stack.