Start to work on GPIOs

This commit is contained in:
2024-09-28 20:27:12 +02:00
parent 274b7089d1
commit 4d07d83904
5 changed files with 51 additions and 9 deletions

View File

@ -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
*/