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