OpenWSN Firmware
eui64.h
Go to the documentation of this file.
1 #ifndef __EUI64_H
2 #define __EUI64_H
3 
15 #include <stdint.h>
16 
17 //=========================== define ==========================================
18 
19 //=========================== typedef =========================================
20 
21 //=========================== variables =======================================
22 
23 //=========================== prototypes ======================================
24 
25 void eui64_get(uint8_t* addressToWrite);
26 
32 #endif
void eui64_get(uint8_t *addressToWrite)