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 ArduinoAPI by
Revision 7:c62910a9e405, committed 2017-04-24
- Comitter:
- JojoS
- Date:
- Mon Apr 24 16:23:14 2017 +0000
- Parent:
- 6:926a4df8c0fb
- Commit message:
- support routiines for ESP;
Changed in this revision
| ArduinoSerial.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/ArduinoSerial.h Sat Mar 28 14:45:08 2015 +0000
+++ b/ArduinoSerial.h Mon Apr 24 16:23:14 2017 +0000
@@ -28,7 +28,7 @@
ArduinoSerial(PinName tx, PinName rx);
virtual ~ArduinoSerial(void);
-
+ using Serial::write;
virtual size_t write(uint8_t data);
void begin(int baud_rate);
