Contiki-Inga 3.x
Main Page
Related Pages
Modules
Data Structures
Files
Examples
File List
Globals
platform
exp5438
uart1-putchar.c
1
#include <stdio.h>
2
#include "dev/uart1.h"
3
#include "
lcd.h
"
4
5
int
6
putchar(
int
c)
7
{
8
uart1_writeb((
char
)c);
9
10
lcd_write_char((
char
)c);
11
return
c;
12
}
Generated on Thu Apr 24 2014 16:26:15 for Contiki-Inga 3.x by
1.8.3.1