#ifndef _SPI_H #define _SPI_H #include uint8_t spi_byte(uint8_t); #endif