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 SX1276GenericLib by
Diff: Arduino-mbed-APIs/arduino-mbed.h
- Revision:
- 90:d98572047c9c
- Parent:
- 88:d120930aeb13
- Child:
- 92:ee3de1d353cd
diff -r b0203b4a36ec -r d98572047c9c Arduino-mbed-APIs/arduino-mbed.h --- a/Arduino-mbed-APIs/arduino-mbed.h Wed Aug 30 12:02:09 2017 +0200 +++ b/Arduino-mbed-APIs/arduino-mbed.h Sun Sep 17 12:46:18 2017 +0200 @@ -27,7 +27,8 @@ #define MYdigitalPinToInterrupt(x) (x) #endif -void InitSerial(Stream *serial, int timeout_ms); +class DigitalOut; +void InitSerial(Stream *serial, int timeout_ms, DigitalOut *led); extern Stream *ser; extern bool SerialUSB_active;
