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:
- 75:7330dd86cdea
- Parent:
- 73:23cc8ba412e0
- Child:
- 77:7f227a4dffe6
--- a/Arduino-mbed-APIs/arduino-mbed.h Sun Jul 23 18:04:39 2017 +0200
+++ b/Arduino-mbed-APIs/arduino-mbed.h Wed Jul 26 15:18:35 2017 +0200
@@ -28,6 +28,9 @@
#define MYdigitalPinToInterrupt(x) (x)
#endif
+void InitSerial(Stream *serial);
+extern Stream *ser;
+
enum PinMode {
PullUp = 1,