Dependents:   Prom_Roebi

Files at this revision

API Documentation at this revision

Comitter:
ZHAW_Prometheus
Date:
Sat May 20 21:45:38 2017 +0000
Parent:
1:0cde8d3476ad
Commit message:
Vers. 20.05.2017 23:45

Changed in this revision

Farbsensor.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/Farbsensor.cpp	Fri May 19 12:30:03 2017 +0000
+++ b/Farbsensor.cpp	Sat May 20 21:45:38 2017 +0000
@@ -6,9 +6,6 @@
 Farbsensor::Farbsensor() 
 {
 }
-
-
-
 /**
  * Deletes the IRSensor object.
  */
@@ -19,7 +16,6 @@
     this->SensorG = SensorG;
     this->SensorR = SensorR;
 }
-
  /**
  * Sensor Rot auswertung
  * @return Rot
@@ -28,7 +24,6 @@
      valInR = *SensorR*100;
      return valInR;
 }
-
  /**
  * Sensor Green auswertung
  * @return Green