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:
- 2:6895c7ec9db1
- Parent:
- 1:62db8d68f92e
- Child:
- 4:3b347fa779b7
--- a/BusSerial.h Fri Mar 06 16:38:11 2020 +0000
+++ b/BusSerial.h Tue Mar 17 11:40:31 2020 +0000
@@ -9,7 +9,6 @@
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;