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,23 @@
#ifndef SYNC_MASTER_H_
#define SYNC_MASTER_H_
/**
* @brief Send Grid Current
*
*/
void send_grid_current(uint32_t grid_current);
/**
* @brief Start master SYNC
*
*/
void master_sync_start();
/**
* @brief Stop master SYNC
*
*/
void master_sync_stop(void);
#endif /* SYNC_MASTER_H_ */