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
sketch-names: SimpleFrequencyDetector.ino,50Hz # Comma separated list of sketch names (no path required) or patterns to use in build
63
+
sketch-names: SimpleFrequencyDetector.ino,50Hz.ino# Comma separated list of sketch names (without path, but with extension) or patterns to use in build
@@ -79,6 +79,7 @@ Modify them by enabling / disabling them, or change the values if applicable.
79
79
| Name | Default value | Description |
80
80
|-|-:|-|
81
81
|`PRINT_INPUT_SIGNAL_TO_PLOTTER`| disabled | Signal input data is stored and can be printed together with trigger levels using `printInputSignalValuesForArduinoPlotter()` like in the *SimpleFrequencyDetector* example to implement a simple digital oscilloscope using the Arduino 1.x Serial Plotter. |
82
+
|`ADC_PRESCALE_VALUE_IS_NOT_CONSTANT`| disabled | Enable if you do not use the constant `PRESCALE_VALUE_DEFAULT` for parameter ADCPrescalerValue in the call of `setFrequencyDetectorReadingValues()` or `setFrequencyDetectorReadingPrescaleValue()`. |
82
83
83
84
### Arduino Plotter output of SimpleFrequencyDetector example with PRINT_INPUT_SIGNAL_TO_PLOTTER enabled
84
85

0 commit comments