Fixed wifi issues
This commit is contained in:
@@ -59,7 +59,6 @@ typedef enum
|
||||
class GPIO
|
||||
{
|
||||
public:
|
||||
<<<<<<< HEAD
|
||||
|
||||
GPIO(int number, GPIO_Direction_t direction);
|
||||
|
||||
@@ -76,23 +75,7 @@ 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