|
TMCStepper
Library supporting Trinamic Stepper Drivers for Arduino platforms
|
#include <stdio.h>#include <stdint.h>#include <bcm2835.h>Go to the source code of this file.
Classes | |
| class | SPIClass |
| struct | SPISettings |
Macros | |
| #define | MSBFIRST BCM2835_SPI_BIT_ORDER_MSBFIRST |
| #define | SPI_MODE0 BCM2835_SPI_MODE0 |
| #define | SPI_MODE1 BCM2835_SPI_MODE1 |
| #define | SPI_MODE2 BCM2835_SPI_MODE2 |
| #define | SPI_MODE3 BCM2835_SPI_MODE3 |
Variables | |
| SPIClass | SPI |
| #define MSBFIRST BCM2835_SPI_BIT_ORDER_MSBFIRST |
BCM2835 SPI for Arduino on Raspberry Pi
Definition at line 10 of file bcm2835_spi.h.
| #define SPI_MODE0 BCM2835_SPI_MODE0 |
Definition at line 11 of file bcm2835_spi.h.
| #define SPI_MODE1 BCM2835_SPI_MODE1 |
Definition at line 12 of file bcm2835_spi.h.
| #define SPI_MODE2 BCM2835_SPI_MODE2 |
Definition at line 13 of file bcm2835_spi.h.
| #define SPI_MODE3 BCM2835_SPI_MODE3 |
Definition at line 14 of file bcm2835_spi.h.
|
extern |