Contiki 2.6
|
This file contains code to connect the two AVR Raven processors via a serial connection for the IPSO interop application. More...
#include "contiki.h"
#include "contiki-lib.h"
#include "contiki-net.h"
#include "mac.h"
#include "raven-lcd.h"
#include <string.h>
#include <stdio.h>
Go to the source code of this file.
Functions | |
void | rs232_send (uint8_t port, unsigned char c) |
Print a character on RS232. |
This file contains code to connect the two AVR Raven processors via a serial connection for the IPSO interop application.
Definition in file raven-ipso.c.