source: avrstuff/test_uart/testuart.c@ e5dd493

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

usart: some cleanups.

  • Property mode set to 100644
File size: 109 bytes
Line 
1#include "../libs/usart/usart.h"
2
3void main(void)
4{
5 USARTInit();
6 USARTWriteChar('Z');
7 while(1);
8}
Note: See TracBrowser for help on using the repository browser.