summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBernhard Tittelbach <bernhard@tittelbach.org>2016-06-12 20:51:49 +0200
committerBernhard Tittelbach <bernhard@tittelbach.org>2016-06-12 20:51:49 +0200
commite98bf9824d0b75c8d26c341f64df32f9aab74867 (patch)
tree59f20aab9aad08ec3199c4343eb65f1fb1695cff /lib
parentbugfix (diff)
cosmetics
Diffstat (limited to 'lib')
-rw-r--r--lib/bmp280.c5
-rw-r--r--lib/bmp280.h2
2 files changed, 2 insertions, 5 deletions
diff --git a/lib/bmp280.c b/lib/bmp280.c
index 0519cca..bc6fb79 100644
--- a/lib/bmp280.c
+++ b/lib/bmp280.c
@@ -3,7 +3,7 @@
*
*
* Copyright (C) 2016 Bernhard Tittelbach <bernhard@tittelbach.org>
- * appreciative nod to Adafruit for writing a great example, go buy their stuff
+ * Thanks to Adafruit for writing a great example. Go buy their stuff!
*
* This file is part of spreadspace avr utils.
*
@@ -202,6 +202,3 @@ float bmp280_readAltitude(bmp280_sensor *sensor, float sealevelp)
{
return bmp280_calcAltitude(bmp280_readTempAndPressure(sensor).pressure, sealevelp);
}
-
-
-/// Helper Functions
diff --git a/lib/bmp280.h b/lib/bmp280.h
index 2bae5c3..d2d7b12 100644
--- a/lib/bmp280.h
+++ b/lib/bmp280.h
@@ -3,7 +3,7 @@
*
*
* Copyright (C) 2016 Bernhard Tittelbach <bernhard@tittelbach.org>
- * appreciative nod to Adafruit for writing a great example, go buy their stuff
+ * Thanks to Adafruit for writing a great example. Go buy their stuff!
*
* This file is part of spreadspace avr utils.
*