??? 10/22/09 08:08 Read: times |
#169957 - Noise? Analog processing? Responding to: ???'s previous message |
The external electronics will affect what signal the interrupt input sees.
If you have an edge-trigged interrupt and the sensor can get into a state where the signal rings, you can get multiple pulses. Are the signal digital or analog? If analog,then you may need a schmitt-trigger to make sure that the interrupt input does not float in the middle - that the sensor will report a distinct high or low. |