agora blinky test with serial output

Files at this revision

API Documentation at this revision

Comitter:
cvasilak
Date:
Wed Feb 12 12:18:52 2020 +0000
Parent:
106:d323dd088ba2
Commit message:
added 'printf'

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r d323dd088ba2 -r 2f13fb804b9e main.cpp
--- a/main.cpp	Fri Nov 22 16:00:04 2019 +0000
+++ b/main.cpp	Wed Feb 12 12:18:52 2020 +0000
@@ -13,6 +13,8 @@
 
 int main()
 {
+    printf("Hello Serial\n");
+    
     // Initialise the digital pin LED1 as an output
     DigitalOut led(LED1);