APM:Libraries
|
#include <GPIO_BBB.h>
Classes | |
struct | GPIO |
Public Member Functions | |
GPIO_BBB () | |
void | init () |
void | pinMode (uint8_t pin, uint8_t output) |
int8_t | analogPinToDigitalPin (uint8_t pin) |
uint8_t | read (uint8_t pin) |
void | write (uint8_t pin, uint8_t value) |
void | toggle (uint8_t pin) |
AP_HAL::DigitalSource * | channel (uint16_t n) |
bool | attach_interrupt (uint8_t interrupt_num, AP_HAL::Proc p, uint8_t mode) |
bool | usb_connected (void) |
![]() | |
GPIO () | |
virtual void | pinMode (uint8_t pin, uint8_t output, uint8_t alt) |
Private Attributes | |
struct Linux::GPIO_BBB::GPIO | gpio_bank [LINUX_GPIO_NUM_BANKS] |
Definition at line 112 of file GPIO_BBB.h.
GPIO_BBB::GPIO_BBB | ( | ) |
Definition at line 22 of file GPIO_BBB.cpp.
|
virtual |
Implements AP_HAL::GPIO.
Definition at line 80 of file GPIO_BBB.cpp.
|
virtual |
Implements AP_HAL::GPIO.
Definition at line 122 of file GPIO_BBB.cpp.
|
virtual |
Implements AP_HAL::GPIO.
Definition at line 117 of file GPIO_BBB.cpp.
|
virtual |
Implements AP_HAL::GPIO.
Definition at line 25 of file GPIO_BBB.cpp.
|
virtual |
Implements AP_HAL::GPIO.
Definition at line 66 of file GPIO_BBB.cpp.
|
virtual |
Implements AP_HAL::GPIO.
Definition at line 86 of file GPIO_BBB.cpp.
Referenced by toggle().
|
virtual |
Implements AP_HAL::GPIO.
Definition at line 111 of file GPIO_BBB.cpp.
|
virtual |
Implements AP_HAL::GPIO.
Definition at line 127 of file GPIO_BBB.cpp.
|
virtual |
Implements AP_HAL::GPIO.
Definition at line 97 of file GPIO_BBB.cpp.
Referenced by toggle().
|
private |