Added all required GPIOs
git-svn-id: https://svn.vbchaos.nl/svn/hsb/trunk@242 05563f52-14a8-4384-a975-3d1654cca0fa
This commit is contained in:
@@ -48,7 +48,7 @@ typedef enum
|
||||
{
|
||||
INPUT = 0,
|
||||
OUTPUT = !INPUT
|
||||
}GpioDirection;
|
||||
} GpioDirection;
|
||||
|
||||
struct Gpio
|
||||
{
|
||||
@@ -56,6 +56,7 @@ struct Gpio
|
||||
T_PL_GPIO gpio;
|
||||
GpioDirection direction;
|
||||
bool status;
|
||||
bool initialized;
|
||||
};
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user