USB NRF Serial check 832

Files at this revision

API Documentation at this revision

Comitter:
pratiksk
Date:
Fri Sep 28 17:45:26 2018 +0000
Parent:
0:70cb5a6a3a4c
Commit message:
NRF52840 Preview DK USB Serial Check ;

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed_app.json Show diff for this revision Revisions of this file
--- a/main.cpp	Fri Sep 28 14:55:28 2018 +0000
+++ b/main.cpp	Fri Sep 28 17:45:26 2018 +0000
@@ -5,7 +5,7 @@
 
 // main() runs in its own thread in the OS
 int main() {
-//    pc.baud(9600);
+    pc.baud(9600);
     while (true) {
         pc.printf("Hello World");
         
--- a/mbed_app.json	Fri Sep 28 14:55:28 2018 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-"target_overrides": {
-"NRF52_DK": {
-"target.uart_hwfc": 0
-}
\ No newline at end of file