/** \file \brief Simulated SPI subsystem */ #include "spi.h" #include "arduino.h" void spi_init() { }