Skip to content

Commit 05f365c

Browse files
Update README.md
1 parent 6365ee4 commit 05f365c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ ResponsiveAnalogRead is an Arduino library for eliminating noise in analogRead i
55

66
1. Be able to reduce large amounts of noise when reading a signal. So if a voltage is unchanging aside from noise, the values returned should never change due to noise alone.
77
2. Be extremely responsive (i.e. not sluggish) when the voltage changes quickly.
8-
3. Also be responsive when a voltage stops changing - the values returned must stop changing almost immediately after.
9-
4. The returned values must avoid 'jumping' up several numbers at once, especially when the input signal changes very slowly. It's better to transition smoothly as long as that smooth transition does not take too long.
8+
3. Have the option to be responsive when a voltage *stops* changing - when enabled the values returned must stop changing almost immediately after.
9+
4. The returned values must avoid 'jumping' up several numbers at once, especially when the input signal changes very slowly. It's better to transition smoothly as long as that smooth transition is short.
1010

1111
##How to install
1212

0 commit comments

Comments
 (0)