Cleanup and node-red flow for diagnostics

This commit is contained in:
stevenhowes
2019-05-06 21:40:56 +01:00
parent 41c5dd4afe
commit 4c706860e8
2 changed files with 1 additions and 2 deletions
-2
View File
@@ -62,7 +62,6 @@ void cas_process()
cas_sync_fail = 0;
cas_sync_fail_log = 0;
}
}
// Use this number because we KNOW it's right
@@ -115,7 +114,6 @@ void cas_process()
// Save current state
cas_sgt_lastvalue = sgt;
// SGC is the once per revolution pulse. Used to identify when Cyl 1 is TDC (as opposed to 4)
// and is also handy for determining RPM if you trigger on the leading edge
byte sgc = digitalRead(pin_cas_sgc);
+1
View File
File diff suppressed because one or more lines are too long