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: Arduino-mbed-APIs/arduino-mbed.h
- Revision:
- 84:3428e25c7157
- Parent:
- 80:62f0b027efff
- Child:
- 88:d120930aeb13
--- a/Arduino-mbed-APIs/arduino-mbed.h Sun Aug 06 14:23:43 2017 +0200 +++ b/Arduino-mbed-APIs/arduino-mbed.h Fri Aug 11 15:11:08 2017 +0200 @@ -27,8 +27,9 @@ #define MYdigitalPinToInterrupt(x) (x) #endif -void InitSerial(Stream *serial); +void InitSerial(Stream *serial, int timeout_ms); extern Stream *ser; +extern bool SerialUSB_active; /* * Arduino_d21.cpp