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 football_project by
Diff: io/MTSSerial.cpp
- Revision:
- 18:affef3a7db2a
- Parent:
- 15:b86c4b798aa1
--- a/io/MTSSerial.cpp Tue Nov 03 07:05:15 2015 +0000
+++ b/io/MTSSerial.cpp Sun Nov 29 13:52:53 2015 +0000
@@ -46,7 +46,7 @@
serial.format(bits, parity, stop_bits);
}
-extern DigitalOut led0; // ALS
+//extern DigitalOut led0; // ALS
void MTSSerial::handleRead()
{
@@ -55,7 +55,7 @@
// printf("[ERROR] Serial Rx Byte Dropped [%c][0x%02X]\r\n", byte, byte);
printf( " ! " );
}
- led0 = !led0; // Toggle LED on char in. ALS
+ // led0 = !led0; // Toggle LED on char in. ALS
}
// Currently uses Non-Irq based blocking write calls -- Now uses TXDRDY IRQ ALS 20150419
