From d7d545575250f616f0b9e2243e08544ab2794a03 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 22 Mar 2015 17:29:35 +0100 Subject: o Renaming trygvis::soil_moisture to trygvis::sample. --- apps/SoilMoisture.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'apps/SoilMoisture.h') 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 #include namespace trygvis { -namespace soil_moisture { +namespace sensor { using namespace trygvis::bluetooth; @@ -43,5 +42,3 @@ private: } } - -#endif -- cgit v1.2.3