summaryrefslogtreecommitdiff
path: root/lib/bmp280.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bmp280.c')
-rw-r--r--lib/bmp280.c5
1 files changed, 1 insertions, 4 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