diff options
author | Bernhard Tittelbach <bernhard@tittelbach.org> | 2016-06-12 20:51:49 +0200 |
---|---|---|
committer | Bernhard Tittelbach <bernhard@tittelbach.org> | 2016-06-12 20:51:49 +0200 |
commit | e98bf9824d0b75c8d26c341f64df32f9aab74867 (patch) | |
tree | 59f20aab9aad08ec3199c4343eb65f1fb1695cff /lib/bmp280.c | |
parent | bugfix (diff) |
cosmetics
Diffstat (limited to 'lib/bmp280.c')
-rw-r--r-- | lib/bmp280.c | 5 |
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 |