source: avrstuff/libs/usart/usart.h@ 38f2eef

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

Amiga_keybaord : add non-blocking function to get a char when it's ready.

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

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