o add sram test with sreg

This commit is contained in:
david
2009-02-09 21:26:06 +01:00
parent 7094f92f78
commit fce86ed33e
5 changed files with 771 additions and 0 deletions

8
poc/poc_sreg/uart.h Normal file
View File

@@ -0,0 +1,8 @@
#define SUART_TXD
extern void uart_init(void);
extern void uart_putc (const char);