Implementation of the SPIController class. More...
#include "SPIController.hpp"
#include <cstring>
#include <fcntl.h>
#include <linux/spi/spidev.h>
#include <stdexcept>
#include <sys/ioctl.h>
#include <unistd.h>
Go to the source code of this file.
Implementation of the SPIController class.
This file contains the implementation of the SPIController class, which controls the SPI communication.
Definition in file SPIController.cpp.