Adicionar primeiro

This commit is contained in:
2025-06-06 21:17:25 +01:00
parent c188084ba4
commit 282e7f517b
841 changed files with 199592 additions and 1 deletions

View File

@@ -0,0 +1,18 @@
#ifndef SYNC_SLAVE_H_
#define SYNC_SLAVE_H_
/**
* @brief Start slave SYNC
*
*/
void slave_sync_start();
/**
* @brief Stop slave SYNC
*
*/
void slave_sync_stop(void);
#endif /* SYNC_SLAVE_H_ */