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.
Diff: BusSerial.h
- Revision:
- 1:62db8d68f92e
- Parent:
- 0:418bb20836bd
- Child:
- 2:6895c7ec9db1
--- a/BusSerial.h Fri Mar 06 04:39:27 2020 +0000
+++ b/BusSerial.h Fri Mar 06 16:38:11 2020 +0000
@@ -9,6 +9,7 @@
public:
BusSerial(PinName tx, PinName rx,Timer *timer);
void GetBusSerial(uint8_t *Argument_Array, int myHead_ID, int RecieveData_sizeof, int BusSerialTimeout);
+ void SendBusSerial(uint8_t *Argument_Array ,int RecieveData_sizeof);
private:
Timer *_timer;