Contiki 2.6
|
This file contains code to connect the two AVR Raven processors via a serial connection. More...
#include "contiki.h"
#include "contiki-lib.h"
#include "contiki-net.h"
#include "webserver-nogui.h"
#include "httpd-cgi.h"
#include "raven-lcd.h"
#include <string.h>
#include <stdio.h>
#include <avr/pgmspace.h>
#include <avr/eeprom.h>
#include <avr/sleep.h>
#include <dev/watchdog.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.
Definition in file raven-lcd.c.