Ricky Jiang / Mbed 2 deprecated TTSmbed_groupproject

Dependencies:   mbed SoftSerial

Files at this revision

API Documentation at this revision

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()
 {