Start to work on GPIOs
This commit is contained in:
@ -11,6 +11,16 @@ extern "C"
|
||||
{
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Get the max number of relays
|
||||
*/
|
||||
int relays_count();
|
||||
|
||||
/**
|
||||
* Configure the relays
|
||||
*/
|
||||
void relays_setup();
|
||||
|
||||
/**
|
||||
* Turn off all relays
|
||||
*/
|
||||
|
Reference in New Issue
Block a user