#ifndef _SPI_H #define _SPI_H #include void spi_write_byte(uint8_t); #endif