Add missing file from last commit

This commit is contained in:
Josh Stewart 2017-06-21 13:09:57 +10:00
parent 595edccd2a
commit d82345785d
2 changed files with 4 additions and 1 deletions

View File

@ -61,6 +61,10 @@ script:
- cd noisymime/speeduino
- platformio run
- cd ..
notifications:
slack: speeduino:Y8Bhhviu4r7HFF3abMYDnH3p
# - speeduino/misra/check_misra.sh

View File

@ -57,7 +57,6 @@ volatile unsigned long triggerFilterTime; // The shortest time (in uS) that puls
unsigned long triggerSecFilterTime; // The shortest time (in uS) that pulses will be accepted (Used for debounce filtering) for the secondary input
unsigned int triggerSecFilterTime_duration; // The shortest valid time (in uS) pulse DURATION
volatile int triggerToothAngle; //The number of crank degrees that elapse per tooth
unsigned long revolutionTime; //The time in uS that one revolution would take at current speed (The time tooth 1 was last seen, minus the time it was seen prior to that)
bool secondDerivEnabled; //The use of the 2nd derivative calculation is limited to certain decoders. This is set to either true or false in each decoders setup routine
bool decoderIsSequential; //Whether or not the decoder supports sequential operation
byte checkSyncToothCount; //How many teeth must've been seen on this revolution before we try to confirm sync (Useful for missing tooth type decoders)