[chronojump/optimizeRFD] Added a comment to raceAnalyzer.ino



commit b94eea530cd164878d02ce9e5b08eaca1b5dce45
Author: Xavier de Blas <xaviblas gmail com>
Date:   Thu Dec 31 13:25:53 2020 +0100

    Added a comment to raceAnalyzer.ino

 arduino/raceAnalyzer/raceAnalyzer.ino | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/arduino/raceAnalyzer/raceAnalyzer.ino b/arduino/raceAnalyzer/raceAnalyzer.ino
index 4969f931b..9ad9c3601 100644
--- a/arduino/raceAnalyzer/raceAnalyzer.ino
+++ b/arduino/raceAnalyzer/raceAnalyzer.ino
@@ -31,7 +31,7 @@ bool rcaState = false;
 //Version of the firmware
 String version = "Race_Analyzer-0.4";
 
-int pps = 10; //Pulses Per Sample. How many pulses are needed to get a sample
+int pps = 10; //Pulses Per Sample. How many pulses are needed to get a sample. Note 10 is the default value 
and Chronojump knows it, so it does sent pps if is different than 10 there.
 int ppsAddress = 0; //Where is stored the pps value in the EEPROM
 
 int offset = 1030;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]