blob: c8d00b85e6a4e5c5271aee86283bc71a7b45a7fd [file] [log] [blame]
/* USART i/o library
* Copyright 2010-2014, Adrien Destugues <pulkomandy@pulkomandy.tk>
* Distributed under the terms of the MIT Licence */
#include <stdint.h>
void USARTInit();
void USARTWriteChar(char data);
void USARTWriteHex(unsigned char i);