[chronojump] Added license to ForceSensor4Binary.ino
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Added license to ForceSensor4Binary.ino
- Date: Mon, 7 Jan 2019 13:24:44 +0000 (UTC)
commit 85ac5cb0d59254564f6474d83f0307f62317a7f3
Author: Xavier de Blas <xaviblas gmail com>
Date: Mon Jan 7 14:23:30 2019 +0100
Added license to ForceSensor4Binary.ino
arduino/ForceSensor4Binary/ForceSensor4Binary.ino | 21 +++++++++++++++++++--
1 file changed, 19 insertions(+), 2 deletions(-)
---
diff --git a/arduino/ForceSensor4Binary/ForceSensor4Binary.ino
b/arduino/ForceSensor4Binary/ForceSensor4Binary.ino
index 5f312dcf..38f4d2b3 100644
--- a/arduino/ForceSensor4Binary/ForceSensor4Binary.ino
+++ b/arduino/ForceSensor4Binary/ForceSensor4Binary.ino
@@ -1,3 +1,20 @@
+/*
+ Copyright (C) 2019 Xavier Padullés support chronojump org
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+*/
+
#include <Wire.h>
#include <Adafruit_ADS1015.h>
#include <EEPROM.h>
@@ -6,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};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]