|
Contiki 2.5
|
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 "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. More... | |
This file contains code to connect the two AVR Raven processors via a serial connection.
Definition in file raven-lcd.c.
1.8.3.1