Revision:
3:20dd01b1a1fd
Parent:
2:cc5b11ec50ad
Child:
5:b5e68cd91f09
--- a/lib_ClockCounter.h	Thu Nov 21 09:25:58 2019 +0000
+++ b/lib_ClockCounter.h	Tue Jan 07 14:55:10 2020 +0000
@@ -53,9 +53,9 @@
 
     /** Get the signal transition count during period
     *
-    * @param period default is 1.0 second.
+    * @param period default is 1000000 microsecond.
      */
-    int getCount(float period = 1.0);
+    int getCount(int period = 1000000);
 };
 #endif
 #endif
\ No newline at end of file