test_vli_170

Dependencies:   mbed AsyncSerialh USBDevice

Files at this revision

API Documentation at this revision

Comitter:
kanope_benny
Date:
Thu Jul 23 09:19:26 2020 +0000
Parent:
13:cfc2671df9ac
Commit message:
test_172

Changed in this revision

AsyncSerial.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
--- a/AsyncSerial.lib	Thu Jul 23 08:39:47 2020 +0000
+++ b/AsyncSerial.lib	Thu Jul 23 09:19:26 2020 +0000
@@ -1,1 +1,1 @@
-https://os.mbed.com/users/babylonica/code/AsyncSerial/#278f7f125495
+https://os.mbed.com/users/kanope_benny/code/AsyncSerialh/#96935ea8f8b0
--- a/main.cpp	Thu Jul 23 08:39:47 2020 +0000
+++ b/main.cpp	Thu Jul 23 09:19:26 2020 +0000
@@ -9,6 +9,10 @@
  
 int main(void) {
  
+ 
+    pc.baud(115200) ; 
+    
+    pc.printf("\nOK");
     while(1)
     {
         serial.printf("I am a virtual serial port\r\n");
--- a/mbed.bld	Thu Jul 23 08:39:47 2020 +0000
+++ b/mbed.bld	Thu Jul 23 09:19:26 2020 +0000
@@ -1,1 +1,1 @@
-https://os.mbed.com/users/mbed_official/code/mbed/builds/e95d10626187
\ No newline at end of file
+https://os.mbed.com/users/mbed_official/code/mbed/builds/65be27845400
\ No newline at end of file