From e98bf9824d0b75c8d26c341f64df32f9aab74867 Mon Sep 17 00:00:00 2001 From: Bernhard Tittelbach Date: Sun, 12 Jun 2016 20:51:49 +0200 Subject: cosmetics --- lib/bmp280.c | 5 +---- lib/bmp280.h | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) (limited to 'lib') 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 - * 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 - * 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. * -- cgit v1.2.3