|
Contiki-Inga 3.x
|
Network initialization for the MICAz port.More...
#include <stdio.h>#include <string.h>#include <avr/pgmspace.h>#include "contiki.h"#include "rf230bb.h"#include "dev/rs232.h"#include "dev/slip.h"#include "dev/leds.h"#include "net/netstack.h"#include "net/mac/frame802154.h"#include "dev/ds2401.h"#include "sys/node-id.h"#include "net/ipv6/uip-ds6.h"Go to the source code of this file.
Network initialization for the MICAz port.
Definition in file init-net.c.
1.8.3.1