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.
Dependencies: F042K6_USBDevice mbed
Fork of L152RE_USBDevice_example by
main_serial.cpp
00001 #if 0 00002 // https://developer.mbed.org/handbook/USBSerial 00003 #include "mbed.h" 00004 #include "USBSerial.h" 00005 00006 int main() { 00007 USBSerial serial; 00008 00009 for(int n = 0;; n++) { 00010 serial.printf("I am a virtual serial port\r\n"); 00011 serial.printf("%d\r\n", n); 00012 wait_ms(1000); 00013 } 00014 } 00015 #endif
Generated on Fri Jul 15 2022 21:29:07 by
1.7.2
