Ready to implement GPIO logic to manage relays
This commit is contained in:
@ -34,6 +34,11 @@ extern "C"
|
||||
*/
|
||||
void sync_response_free(sync_response *res);
|
||||
|
||||
/**
|
||||
* Check the desired status of a relay
|
||||
*/
|
||||
bool sync_response_is_relay_on(sync_response *res, int relay_number);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user