First milestone towards flags rewrite --- it builds and the tests pass, but

nothing actually works.
This commit is contained in:
David Given
2019-07-02 23:06:40 +02:00
parent bba2f856a5
commit a1c207cb8f
32 changed files with 247 additions and 79 deletions

View File

@@ -8,7 +8,9 @@
#include <math.h>
#include <strings.h>
static DoubleFlag pulseDebounceThreshold(
FlagGroup fluxmapReaderFlags;
DoubleFlag pulseDebounceThreshold(
{ "--pulse-debounce-threshold" },
"Ignore pulses with intervals short than this, in fractions of a clock.",
0.30);