Nanostack Border Router is a generic mbed border router implementation that provides the 6LoWPAN ND or Thread border router initialization logic.

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers rf_wrapper.h Source File

rf_wrapper.h

00001 /*
00002  * Copyright (c) 2016 ARM Limited. All rights reserved.
00003  */
00004 
00005 #include <stdint.h>
00006 
00007 #ifdef __cplusplus
00008 extern "C" {
00009 #endif
00010 
00011 int8_t rf_device_register(void);
00012 void rf_read_mac_address(uint8_t *mac);
00013 #ifdef __cplusplus
00014 }
00015 #endif