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: Adafruit-PWM-Servo-Driver MPU6050 RS300 mbed
Diff: SCI.cpp
- Revision:
- 14:522bb06f0f0d
- Parent:
- 13:711f74b2fa33
- Child:
- 16:e65c192b7ecf
--- a/SCI.cpp Sun Feb 03 21:22:21 2013 +0000
+++ b/SCI.cpp Thu Feb 21 14:27:19 2013 +0000
@@ -30,7 +30,7 @@
char SCI::getc_wait()
{
while (!serial->readable()) {
- //serial->printf("waiting..");
+ serial->printf("waiting..");
}
char val = serial->getc();
return val;