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.
Revision 1:ac14b7abc181, committed 2020-02-28
- Comitter:
- jwu13018
- Date:
- Fri Feb 28 14:22:46 2020 +0000
- Parent:
- 0:2128ea16088c
- Child:
- 2:32f26fe1d8ad
- Commit message:
- emic2 v1.0;
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Wed Nov 25 03:08:52 2015 +0000
+++ b/main.cpp Fri Feb 28 14:22:46 2020 +0000
@@ -4,7 +4,7 @@
DigitalOut myled(LED1);
#include "emic2.h"
-emic2 myTTS(p13, p14); //serial RX,TX pins to emic
+emic2 myTTS(PB_6, PB_7); //serial RX,TX pins to emic
int main()
{