2023-05-09 21:24:55 +01:00

19 lines
252 B
C++

#ifndef STA_CORE_RASPI_SPI_HPP
#define STA_CORE_RASPI_SPI_HPP
#include <sta/spi/device.hpp>
namespace sta
{
class RaspiSPI : SPI
{
};
class RaspiSPIDevice : SPIDevice
{
};
} // namespace sta
#endif // STA_CORE_RASPI_HPP