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.
Dependencies: ESP8266 GroveEarbudSensor mbed
Fork of Heart-rate-monitor by
Diff: main.cpp
- Revision:
- 4:df7309612854
- Parent:
- 0:1358c23ecb2e
- Child:
- 5:f1b55ff3cda0
--- a/main.cpp Thu Sep 25 22:14:41 2014 +0000 +++ b/main.cpp Fri Sep 26 02:39:13 2014 +0000 @@ -21,7 +21,8 @@ #include "mbed.h" // Console -Serial pc(USBTX,USBRX); +#include "BufferedSerial.h" +BufferedSerial pc(USBTX,USBRX); // Blinky DigitalOut led(LED1);
