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