Test carte

Files at this revision

API Documentation at this revision

Comitter:
fabienlepoutre
Date:
Sun Feb 05 18:07:28 2012 +0000
Parent:
0:5d57f03fdcca
Commit message:

Changed in this revision

LibTest.cpp Show annotated file Show diff for this revision Revisions of this file
LibTest.h Show annotated file Show diff for this revision Revisions of this file
--- a/LibTest.cpp	Sun Feb 05 18:03:21 2012 +0000
+++ b/LibTest.cpp	Sun Feb 05 18:07:28 2012 +0000
@@ -1,6 +1,6 @@
 #include <LibTest.h>
 
-Serial pc(USBTX, USBRX);
+
 AnalogIn In15(p15);
 AnalogIn In16(p16);
 AnalogIn In17(p17);
--- a/LibTest.h	Sun Feb 05 18:03:21 2012 +0000
+++ b/LibTest.h	Sun Feb 05 18:07:28 2012 +0000
@@ -1,4 +1,5 @@
 #include "mbed.h"
+Serial pc(USBTX, USBRX);
 
 int i_IntroTest();
 void v_TestCAN_CNA();