|
1 | | -/************************************************************************************************************ |
2 | | - * DistanceGP2Y0A41SK.h - Arduino library for retrieving data from the analog GP2Y IR Distance sensor * |
3 | | - * Copyright 2011 Jeroen Doggen (jeroendoggen@gmail.com) * |
4 | | - * Datasheet: http://www.sparkfun.com/datasheets/Components/GP2Y.pdf * |
5 | | - ************************************************************************************************************ |
6 | | - * Version History: * |
7 | | - * Version 0.1: getDistanceRaw, getDistanceVolt, getDistanceCentimeter (with LUT based on datasheet) * |
8 | | - * Version 0.2: Correct LUT for 5V ADC (based on measurements) * |
9 | | - * Version 0.3: LUTs moved to flash to save 512 Bytes of RAM * |
10 | | - * Roadmap: * |
11 | | - * Version 0.4: Correct LUT for 3.3V ADC (based on measurements) * |
12 | | - * Version 0.5: Take sensor height above the ground into account * |
13 | | - * Version 0.6: Compare different sensors, calculate replacement LUT (at runtime) * |
14 | | - * based on calibration points * |
15 | | - ************************************************************************************************************ |
16 | | - * This library is free software; you can redistribute it and/or * |
17 | | - * modify it under the terms of the GNU Lesser General Public * |
18 | | - * License as published by the Free Software Foundation; either * |
19 | | - * version 2.1 of the License, or (at your option) any later version. * |
20 | | - * * |
21 | | - * This library is distributed in the hope that it will be useful, * |
22 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of * |
23 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * |
24 | | - * Lesser General Public License for more details. * |
25 | | - * * |
26 | | - * You should have received a copy of the GNU Lesser General Public * |
27 | | - * License along with this library; if not, write to the Free Software * |
28 | | - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * |
29 | | - ***********************************************************************************************************/ |
| 1 | +// Arduino library for distance sensors |
| 2 | +// Copyright 2011-2013 Jeroen Doggen (jeroendoggen@gmail.com |
30 | 3 |
|
31 | 4 | #ifndef DistanceGP2Y0A41SK_h |
32 | 5 | #define DistanceGP2Y0A41SK_h |
|
0 commit comments