![]() |
MySensors Library & Examples
2.3.2
|
Software SPI.
Definition in file SoftSPI.h.
#include "DigitalPin.h"
Include dependency graph for SoftSPI.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | SoftSPI< MisoPin, MosiPin, SckPin, Mode > |
| Fast software SPI. More... | |
Macros | |
| #define | nop asm volatile ("nop\n\t") |
| #define | MISO_MODE INPUT |
| #define | MISO_LEVEL false |
| #define | MOSI_MODE OUTPUT |
| #define | SCK_MODE OUTPUT |