source: avrstuff/libs/usart/usart.h@ cd3a9ac

main
Last change on this file since cd3a9ac was cd3a9ac, checked in by Adrien Destugues <pulkomandy@…>, 10 years ago

Make libusart aware of attiny2313.

git-svn-id: svn://pulkomandy.tk/avrstuff@109 c6672c3c-f6b6-47f9-9001-1fd6b12fecbe

  • Property mode set to 100644
File size: 260 bytes
Line 
1/* USART i/o library
2 * Copyright 2010-2014, Adrien Destugues <pulkomandy@pulkomandy.tk>
3 * Distributed under the terms of the MIT Licence */
4
5#include <stdint.h>
6
7void USARTInit();
8void USARTWriteChar(char data);
9void USARTWriteHex(unsigned char i);
Note: See TracBrowser for help on using the repository browser.