mbed-os/components/802.15.4_RF/mcr20a-rf-driver
deepikabhavnani 451cf7ccb3 Add required namespace instead of relying on mbed.h
mbed.h has 'using namespace mbed;', hence some of the files skip
adding required namespace to the code, it is always good to specify the
namespace around the elements in header and `using namespace` in
specific CPP files, instead of all
2018-10-25 12:43:59 -05:00
..
mcr20a-rf-driver Add required namespace instead of relying on mbed.h 2018-10-25 12:43:59 -05:00
source Add required namespace instead of relying on mbed.h 2018-10-25 12:43:59 -05:00
LICENSE Add MCR20A RF driver v1.0.1 2018-09-01 12:36:27 -05:00
README.md Add MCR20A RF driver v1.0.1 2018-09-01 12:36:27 -05:00
apache-2.0.txt Add MCR20A RF driver v1.0.1 2018-09-01 12:36:27 -05:00
mbed_lib.json Add MCR20A RF driver v1.0.1 2018-09-01 12:36:27 -05:00

README.md

Example RF driver for Freescale 802.15.4 transceivers

Support for:

  • MCR20A

This driver is used with 6LoWPAN stack.