Changeset cd3a9ac in avrstuff for libs/usart/usart.h


Ignore:
Timestamp:
Jul 29, 2014, 10:37:15 PM (10 years ago)
Author:
Adrien Destugues <pulkomandy@…>
Branches:
main
Children:
6d8c366
Parents:
efe25a8
Message:

Make libusart aware of attiny2313.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libs/usart/usart.h

    refe25a8 rcd3a9ac  
    11/* USART i/o library
    2  * Copyright 2010, Adrien Destugues <pulkomandy@pulkomandy.ath.cx>
     2 * Copyright 2010-2014, Adrien Destugues <pulkomandy@pulkomandy.tk>
    33 * Distributed under the terms of the MIT Licence */
    44
    55#include <stdint.h>
    66
    7 void USARTInit(uint16_t ubrr_value);
     7void USARTInit();
    88void USARTWriteChar(char data);
    99void USARTWriteHex(unsigned char i);
Note: See TracChangeset for help on using the changeset viewer.