23#include "api/Common.h"
24#include "api/HardwareSPI.h"
25#include "api/Stream.h"
46 void transfer(
void*
buf,
size_t count)
override;
52 void endTransaction(
void)
override;
55 void attachInterrupt()
override;
56 void detachInterrupt()
override;
58 void begin()
override;
61 operator bool() {
return is_open; }
65 const char* device =
"/dev/spidev0.0";
Implementation of SPI communication for Raspberry Pi using Linux SPI device interface.
Definition HardwareSPI_RPI.h:39
Definition HardwareSPI.h:120
Definition HardwareSPI.h:46
We provide the WiFi class to simulate the Arduino WIFI. In in Linux we can expect that networking is ...
Definition CanMsg.cpp:31