Adicionar primeiro
This commit is contained in:
18
components/serial_sync/include/sync_slave.h
Executable file
18
components/serial_sync/include/sync_slave.h
Executable 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_ */
|
||||
Reference in New Issue
Block a user