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 1:2179048af332, committed 2015-02-06
- Comitter:
- itead
- Date:
- Fri Feb 06 13:13:50 2015 +0000
- Parent:
- 0:5ebc917ebd09
- Child:
- 2:21b90f063f38
- Commit message:
- Change Print::write as public
Changed in this revision
| ArduinoSerial.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/ArduinoSerial.h Thu Feb 05 07:24:30 2015 +0000
+++ b/ArduinoSerial.h Fri Feb 06 13:13:50 2015 +0000
@@ -28,6 +28,8 @@
virtual ~ArduinoSerial(void);
+ virtual size_t write(uint8_t data);
+
void begin(int baud_rate);
int available(void);
@@ -50,7 +52,6 @@
static ArduinoSerialLinkedNode ms_list_head;
static unsigned int ms_instance_counter;
- virtual size_t write(uint8_t data);
void writeChr(unsigned char c);
ArduinoSerialRingBuffer m_rx_buffer;
