Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of d7a_1x by
Diff: include/d7a_com.h
- Revision:
- 37:e04613e021f2
- Parent:
- 34:1311cc53201a
- Child:
- 42:1578f0480dcb
- Child:
- 43:28202405094d
--- a/include/d7a_com.h Tue Aug 23 08:49:15 2016 +0000 +++ b/include/d7a_com.h Wed Aug 24 17:31:51 2016 +0000 @@ -180,7 +180,10 @@ void d7a_com_dump(uint8_t* buf, uint8_t len, d7a_com_flow_t flow); void d7a_com_force_dump(uint8_t* buf, uint8_t len, d7a_com_flow_t flow); d7a_com_rx_msg_t* d7a_com_wait_pkt( uint32_t millisec = osWaitForever ); -void d7a_com_start(void); +void d7a_com_start_rx(void); +void d7a_com_stop_rx(void); +void d7a_com_start_tx(void); +void d7a_com_stop_tx(void); void d7a_com_restart(void); #endif // _D7A_COM_H_ \ No newline at end of file
