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
*[Utilities available as separate Arduino library](https://github.com/ArminJo/Arduino-Utils?tab=readme-ov-file#utilities-available-as-separate-arduino-library)
*[The very useful digitalWriteFast.h file based on the version from Watterott electronic.](https://github.com/ArminJo/Arduino-Utils?tab=readme-ov-file#the-very-useful-digitalwritefasth-file-based-on-the-version-from-watterott-electronic)
An EMA (**Exponential Moving Average**) filter behaves like an RC lowpass filter with RC = SamplePeriod((1-alpha)/alpha) see [here](https://en.wikipedia.org/wiki/Low-pass_filter#Simple_infinite_impulse_response_filter).<br/>
57
57
An EMA filter is implemented by e.g. the following statement:
Fast and flexible ADC conversions. **Intelligent handling of delays for reference and channel switching**.
175
175
- Functions for easy **oversampling**.
176
176
- Function for easy getting the maximum value of measurements.
@@ -192,7 +192,7 @@ Fast and flexible ADC conversions. **Intelligent handling of delays for referenc
192
192
4. All modules:<br/>
193
193
Connect Trigger and Echo by a resistor of 4.7 kΩ.
194
194
195
-
# MeasureVoltageAndResistance.hpp
195
+
# MeasureVoltageAndResistance
196
196
Measures voltage and resistance with **1 mV and 2 Ω resolution** at the lower end.<br/>
197
197
First voltage is measured. If voltage is zero, then the unknown resistance to ground is measured using the 5 volt (VCC) supply with internal/series resistance of 10 kΩ or 100 kΩ.
198
198
@@ -201,7 +201,7 @@ First voltage is measured. If voltage is zero, then the unknown resistance to gr
- Arduino library for handling push buttons just connected between ground and INT0 and / or INT1 pin.
264
264
- No external pullup, **no polling needed**.
265
265
The utility for easy button handling for ATmegas or ATtinies is contained in the [EasyButtonAtInt01 library](https://github.com/ArminJo/EasyButtonAtInt01)
0 commit comments