Contiki-Inga 3.x
Main Page
Related Pages
Modules
Data Structures
Files
Examples
File List
Globals
platform
xmega-a3bu-xplained
dev
uart.h
1
#ifndef __UART_H__
2
#define __UART_H__
3
4
#include "avr/io.h"
5
#include <string.h>
6
#include <stdio.h>
7
8
int
uart_putchar(
char
c, FILE *stream);
9
void
uart_init
(
void
);
10
11
#endif
Generated on Thu Apr 24 2014 16:26:15 for Contiki-Inga 3.x by
1.8.3.1