[chronojump] Force sensor print starting capture



commit 2e064f28349ea8f2d424ea94961944e8ab984333
Author: Xavier Padullés <x padulles gmail com>
Date:   Tue Sep 4 16:49:48 2018 +0200

    Force sensor print starting capture

 arduino/ForceSensorSimulator/ForceSensorSimulator.ino | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/arduino/ForceSensorSimulator/ForceSensorSimulator.ino 
b/arduino/ForceSensorSimulator/ForceSensorSimulator.ino
index d949499c..6a45e2fe 100644
--- a/arduino/ForceSensorSimulator/ForceSensorSimulator.ino
+++ b/arduino/ForceSensorSimulator/ForceSensorSimulator.ino
@@ -23,8 +23,8 @@ Adafruit_ADS1015 loadCell;
 
 
 //Version number
-//it always need to start with: "Force_Platform-"
-String version = "Force_Platform-0.1";
+//it always need to start with: "Force_Sensor-" Since 0.3 data is sent in binary format
+String version = "Force_Sensor-0.3";
 
 int offset[] = {0, 0, 0, 0};
 float calibrationFactor[] = {0.0, 0.0, 0.0, 0.0};
@@ -210,7 +210,7 @@ void serialEvent()
 
 void start_capture()
 {
-  //Serial.println("Starting capture...");
+  Serial.println("Starting capture...");
   totalTime = 0;
   lastTime = micros();
   capturing = true;


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