Merge branch 'wifi'
This commit is contained in:
@@ -59,6 +59,7 @@ typedef enum
|
||||
class GPIO
|
||||
{
|
||||
public:
|
||||
<<<<<<< HEAD
|
||||
|
||||
GPIO(int number, GPIO_Direction_t direction);
|
||||
|
||||
@@ -75,7 +76,23 @@ class GPIO
|
||||
|
||||
GPIO_Value_t value = GPIO_VALUE_LOW;
|
||||
};
|
||||
=======
|
||||
>>>>>>> wifi
|
||||
|
||||
bool GPIO(int number, GPIO_Direction_t direction);
|
||||
|
||||
bool GPIO_setOutput(GPIO_Value_t value);
|
||||
|
||||
GPIO_Value_t GPIO_getInput(void);
|
||||
|
||||
private:
|
||||
|
||||
int number;
|
||||
|
||||
GPIO_Direction_t direction;
|
||||
|
||||
GPIO_Value_t value;
|
||||
};
|
||||
|
||||
|
||||
/** @} */
|
||||
|
||||
Reference in New Issue
Block a user