refactored GPIO to support callbacks
This commit is contained in:
@ -22,7 +22,7 @@ public:
|
||||
* @param cookie Cookie specifying informations of the GPIOs required
|
||||
* by a object.
|
||||
*/
|
||||
virtual ReturnValue_t initialize(GpioCookie* cookie) = 0;
|
||||
virtual ReturnValue_t addGpios(GpioCookie* cookie) = 0;
|
||||
|
||||
/**
|
||||
* @brief By implementing this function a child must provide the
|
||||
|
Reference in New Issue
Block a user