44 #include <avr/pgmspace.h>
47 #include "contiki-lib.h"
50 #include "dev/rs232.h"
51 #include "dev/watchdog.h"
55 #include "dev/ds2401.h"
64 USART_PARITY_NONE | USART_STOP_BITS_1 | USART_DATA_BITS_8);
66 #if WITH_UIP || WITH_UIP6
69 rs232_redirect_stdout(RS232_PORT_0);
94 random_init(ds2401_id[0] + node_id);
105 leds_on(LEDS_YELLOW);
109 printf_P(PSTR(CONTIKI_VERSION_STRING
" started. Node id %u\n"), node_id);
114 autostart_start(autostart_processes);