]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - doc/txt/tep102.txt
more precision clarity
[tinyos-2.x.git] / doc / txt / tep102.txt
index 2aa5414a5250fffa7ba25ccc95f9a3046d7a5123..fc341f681122e2cd6a345f5b63069d42aee9b983 100644 (file)
@@ -400,10 +400,17 @@ together.
 4. HIL requirements
 ====================================================================
 
-The following component MUST be provided on all platforms::
+The following component MUST be provided on all platforms
+::
+
   HilTimerMilliC
   BusyWaitMicroC
 
+Both of these components use "binary" units, i.e., 1/1024s for
+HilTimerMilliC and 1/1048576s for BusyWaitMicroC. Components using
+other precisions (e.g., regular, non-binary milliseconds) MAY also be
+provided.
+
 HilTimerMilliC
 --------------------------------------------------------------------