Timer Örneği-1

Dependencies:   mbed

Fork of Timer_HelloWorld by mbed official

Revision:
1:1827e68379c1
Parent:
0:27e1de20d3cb
diff -r 27e1de20d3cb -r 1827e68379c1 main.cpp
--- a/main.cpp	Wed Feb 13 17:28:57 2013 +0000
+++ b/main.cpp	Fri May 11 05:13:26 2018 +0000
@@ -4,7 +4,7 @@
  
 int main() {
     t.start();
-    printf("Hello World!\n");
+    printf("Merhaba Dunya\n");
     t.stop();
-    printf("The time taken was %f seconds\n", t.read());
+    printf("Toplam gecen sure: %f saniye\n", t.read());
 }