Rev 346 | Rev 389 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 346 | Rev 387 | ||
---|---|---|---|
Line 51... | Line 51... | ||
51 | * send a <string> throught usart1 |
51 | * send a <string> throught usart1 |
52 | */ |
52 | */ |
53 | void usart1_puts(char*); |
53 | void usart1_puts(char*); |
Line 54... | Line 54... | ||
54 | 54 | ||
- | 55 | /** |
|
- | 56 | * transmit interrupt handler |
|
- | 57 | * unused |
|
- | 58 | */ |
|
- | 59 | SIGNAL(SIG_USART1_DATA); |
|
- | 60 | ||
55 | /** |
61 | /** |
56 | * receive data through usart1 |
62 | * receive data through usart1 |
57 | * portions taken and adapted from |
63 | * portions taken and adapted from |
58 | * http://svn.mikrokopter.de/mikrowebsvn/filedetails.php?repname=FlightCtrl&path=%2Fbranches%2FV0.72p+Code+Redesign+killagreg%2Fuart0.c |
64 | * http://svn.mikrokopter.de/mikrowebsvn/filedetails.php?repname=FlightCtrl&path=%2Fbranches%2FV0.72p+Code+Redesign+killagreg%2Fuart0.c |
59 | */ |
65 | */ |