Fix typos (#409)

This commit is contained in:
Tyler Veness
2016-12-19 20:06:39 -08:00
committed by Peter Johnson
parent 31ae7c942c
commit 8cec948699
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ class AnalogTrigger;
* The RisingPulse and FallingPulse outputs detect an instantaneous transition
* from above the upper limit to below the lower limit, and vise versa. These
* pulses represent a rollover condition of a sensor and can be routed to an up
* / down couter or to interrupts. Because the outputs generate a pulse, they
* / down counter or to interrupts. Because the outputs generate a pulse, they
* cannot be read directly. To help ensure that a rollover condition is not
* missed, there is an average rejection filter available that operates on the
* upper 8 bits of a 12 bit number and selects the nearest outlyer of 3 samples.

View File

@@ -26,7 +26,7 @@ import edu.wpi.first.wpilibj.hal.HAL;
*
* <p>The RisingPulse and FallingPulse outputs detect an instantaneous transition from above the
* upper limit to below the lower limit, and vise versa. These pulses represent a rollover condition
* of a sensor and can be routed to an up / down couter or to interrupts. Because the outputs
* of a sensor and can be routed to an up / down counter or to interrupts. Because the outputs
* generate a pulse, they cannot be read directly. To help ensure that a rollover condition is not
* missed, there is an average rejection filter available that operates on the upper 8 bits of a 12
* bit number and selects the nearest outlyer of 3 samples. This will reject a sample that is (due