Doxygen update
git-svn-id: https://svn.vbchaos.nl/svn/hsb/trunk@426 05563f52-14a8-4384-a975-3d1654cca0fa
This commit is contained in:
@@ -51,9 +51,15 @@ typedef enum
|
||||
OUTPUT = !INPUT
|
||||
} GpioDirection;
|
||||
|
||||
/**
|
||||
* \class Gpio
|
||||
* \extends IODevice
|
||||
* The Gpio struct that can be used as an object
|
||||
*/
|
||||
|
||||
struct Gpio
|
||||
{
|
||||
struct IODevice device;
|
||||
struct IODevice device; //!< \private
|
||||
T_PL_GPIO gpio;
|
||||
GpioDirection direction;
|
||||
bool status;
|
||||
|
||||
Reference in New Issue
Block a user