You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,8 @@ ResponsiveAnalogRead is an Arduino library for eliminating noise in analogRead i
5
5
6
6
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.
7
7
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.
0 commit comments