added boostc files

This commit is contained in:
Ziver Koc 2009-06-15 13:00:32 +00:00
parent 19025584c9
commit 42b5801a03
11 changed files with 647 additions and 14 deletions

3
boostc/spi.h Normal file
View file

@ -0,0 +1,3 @@
void spi_init(void);
unsigned char spi_putc(unsigned char);