|
TMCStepper
Library supporting Trinamic Stepper Drivers for Arduino platforms
|
#include <bcm2835.h>#include <stdio.h>#include <stdint.h>Go to the source code of this file.
Macros | |
| #define | INPUT BCM2835_GPIO_FSEL_INPT |
| #define | INPUT_PULLUP BCM2835_GPIO_PUD_UP |
| #define | INPUT_PULLDOWN BCM2835_GPIO_PUD_DOWN |
| #define | OUTPUT BCM2835_GPIO_FSEL_OUTP |
| #define | pinMode(PIN, MODE) |
| #define | digitalWrite(PIN, MODE) |
| #define | digitalRead(PIN) |
| #define digitalRead | ( | PIN | ) |
Definition at line 15 of file rpi_bcm2835.h.
| #define digitalWrite | ( | PIN, | |
| MODE ) |
Definition at line 14 of file rpi_bcm2835.h.
| #define INPUT BCM2835_GPIO_FSEL_INPT |
BCM2835 for Arduino on Raspberry Pi
Definition at line 8 of file rpi_bcm2835.h.
| #define INPUT_PULLDOWN BCM2835_GPIO_PUD_DOWN |
Definition at line 10 of file rpi_bcm2835.h.
| #define INPUT_PULLUP BCM2835_GPIO_PUD_UP |
Definition at line 9 of file rpi_bcm2835.h.
| #define OUTPUT BCM2835_GPIO_FSEL_OUTP |
Definition at line 11 of file rpi_bcm2835.h.
| #define pinMode | ( | PIN, | |
| MODE ) |
Definition at line 13 of file rpi_bcm2835.h.