#include <cbinaryoutputgpio.h>


Public Member Functions | |
| CBinaryOutputGPIO (GPIO_TypeDef *GPIOx, CMachine::ubit16 bits, bool active=false, bool inverted=false) | |
| virtual | ~CBinaryOutputGPIO () |
Definition at line 31 of file cbinaryoutputgpio.h.
| PikeAero::CBinaryOutputGPIO::CBinaryOutputGPIO | ( | GPIO_TypeDef * | GPIOx, | |
| CMachine::ubit16 | bits, | |||
| bool | active = false, |
|||
| bool | inverted = false | |||
| ) |
Definition at line 24 of file cbinaryoutputgpio.cpp.
References PikeAero::CBinaryInputOutputGPIO::reset().
00025 : CBinaryInputOutputGPIO(GPIOx, bits, inverted) 00026 { 00027 active ? set() : reset(); 00028 }

| PikeAero::CBinaryOutputGPIO::~CBinaryOutputGPIO | ( | ) | [virtual] |
1.5.8