ProjectBattleShip_FRA221 / Mbed 2 deprecated project_ShipDot

Dependencies:   mbed

Fork of project_ShipDot by Jirat Nakarit

Revision:
5:41b42d8e0af1
Parent:
4:8a86bacddcac
Child:
6:7f99124272d9
diff -r 8a86bacddcac -r 41b42d8e0af1 main.cpp
--- a/main.cpp	Fri Dec 02 14:34:53 2016 +0000
+++ b/main.cpp	Sat Dec 03 03:56:04 2016 +0000
@@ -7,7 +7,7 @@
 AnalogIn VRx(A2);
 AnalogIn VRy(A3);
 DigitalIn Button(D13);
-Serial bt(PA_15, PB_7);
+Serial bt(D8, D2);
 
 // Initial function.
 char posit2char(int posit);