Toggles LED and prints debug information

Files at this revision

API Documentation at this revision

Comitter:
Dheeraj22
Date:
Sun May 26 17:20:23 2019 +0000
Parent:
2:e83554ed7b87
Commit message:
Baud rate changed to 9600.

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Sun May 26 17:18:27 2019 +0000
+++ b/main.cpp	Sun May 26 17:20:23 2019 +0000
@@ -14,7 +14,7 @@
 int main()
 {    
     //Change Baud Rate
-    my_uart.baud(115200);
+    my_uart.baud(9600);
     my_uart.printf("%s\n\r", "UART Initialized");
     char* msg = "OFF";