aboutsummaryrefslogtreecommitdiff
path: root/apps/SoilMoisture.h
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2015-03-22 17:29:35 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2015-03-22 17:29:35 +0100
commitd7d545575250f616f0b9e2243e08544ab2794a03 (patch)
tree3ac666251499b8b665d82681920f1afee645cb51 /apps/SoilMoisture.h
parentaad1eaa291460509a5cf94092609ae22ebef5494 (diff)
downloadble-toys-d7d545575250f616f0b9e2243e08544ab2794a03.tar.gz
ble-toys-d7d545575250f616f0b9e2243e08544ab2794a03.tar.bz2
ble-toys-d7d545575250f616f0b9e2243e08544ab2794a03.tar.xz
ble-toys-d7d545575250f616f0b9e2243e08544ab2794a03.zip
o Renaming trygvis::soil_moisture to trygvis::sample.
Diffstat (limited to 'apps/SoilMoisture.h')
-rw-r--r--apps/SoilMoisture.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/apps/SoilMoisture.h b/apps/SoilMoisture.h
index ea64032..2016c9a 100644
--- a/apps/SoilMoisture.h
+++ b/apps/SoilMoisture.h
@@ -1,11 +1,10 @@
-#ifndef SOIL_MOISTURE_H
-#define SOIL_MOISTURE_H
+#pragma once
#include <ble/Bluetooth.h>
#include <boost/uuid/uuid.hpp>
namespace trygvis {
-namespace soil_moisture {
+namespace sensor {
using namespace trygvis::bluetooth;
@@ -43,5 +42,3 @@ private:
}
}
-
-#endif