![]() |
Open FFBoard
Open source force feedback firmware
|
#include <GPIOPin.h>
Public Member Functions | |
| InputPin (GPIO_TypeDef &port, uint16_t pin) | |
| InputPin (GPIO_TypeDef *port, uint16_t pin) | |
| bool | read () const |
Public Member Functions inherited from GpioPin | |
| GpioPin (GPIO_TypeDef &port, uint16_t pin) | |
| bool | operator== (const GpioPin &b) |
| const GPIO_TypeDef * | getPort () const |
| uint16_t | getPin () const |
Additional Inherited Members | |
Protected Attributes inherited from GpioPin | |
| GPIO_TypeDef * | port |
| uint16_t | pin |
|
inline |
|
inline |