sipo.h
Go to the documentation of this file.00001 00041 #ifndef SIPO_H 00042 #define SIPO_H 00043 00044 #include <avr/io.h> 00045 #include <hw/hw_sipo.h> 00046 00047 void sipo_init(void); 00048 void sipo_putchar(uint8_t c); 00049 00050 #endif // SIPO_H 00051
