]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - doc/txt/tep114.txt
TEP updates for last call.
[tinyos-2.x.git] / doc / txt / tep114.txt
index 2d4b2bd83f6bbed3a951f8999c3ef2b8d326bb86..407cb40d98d6a90fb109139ac7bd786530974928 100644 (file)
@@ -62,13 +62,13 @@ Additionally, not all sensors require ADC conversions from the MCU.
 Many sensors today are digital. To sample these sensors, the MCU sends
 a sample command and receives the corresponding data over a bus (e.g.,
 SPI, I2C). The latency involved, combined with possible Resource
-arbitration [_tep108], means that these bus operations are often
+arbitration [1]_, means that these bus operations are often
 synchronous code. In the command direction, this can force a task
 allocation to convert async to sync; in the event direction, the
 application has to deal with async code even though the event is, in
 practice, in a task.
 
-Finallly, the simplicity of the ADC interface has led many sensors to
+Finally, the simplicity of the ADC interface has led many sensors to
 introduce several new ones for calibration and control, such as
 ``Mic`` and ``MagSetting``. Because ADCs generally do not have error
 conditions, the ADC interface has no way to signal that a sample
@@ -374,3 +374,8 @@ connect a sensor into a more general system.
 | email - david.e.gay@intel.com
 |
 
+6. Citations
+============================================================================
+
+.. [1] TEP 108: Resource Arbitration.
+