/* * (C) Copyright 2009,2014 Leo C. * * SPDX-License-Identifier: GPL-2.0+ */ #ifndef SPI_H_ #define SPI_H_ #define SPI_PORT PORTB /* SPI Connection port */ #define SPI_DDR DDRB /* SPI Direction port */ #define SPI_SS 0 #define SPI_SCK 1 #define SPI_MOSI 2 #define SPI_MISO 3 /* SPI macros */ #define SPI_SET_SPEED_F_2 do {SPCR = (1<