contiki/uart0.h
2012-10-03 21:37:11 +03:00

8 lines
113 B
C

#ifndef UART0_H__
#define UART0_H__
void uart0_init(void);
int uart0_puts(const char * s);
#endif // UART0_H__