diff options
Diffstat (limited to 'os/various/devices_lib/l3gd20.h')
-rw-r--r-- | os/various/devices_lib/l3gd20.h | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/os/various/devices_lib/l3gd20.h b/os/various/devices_lib/l3gd20.h index 3fc58cb..ff67b21 100644 --- a/os/various/devices_lib/l3gd20.h +++ b/os/various/devices_lib/l3gd20.h @@ -1,6 +1,6 @@ /* - Pretty LAYer for ChibiOS/RT - Copyright (C) 2014 Rocco Marco Guglielmi - + Pretty LAYer for ChibiOS/RT - Copyright (C) 2015 Rocco Marco Guglielmi + This file is part of PLAY for ChibiOS/RT. PLAY is free software; you can redistribute it and/or modify @@ -22,6 +22,8 @@ friendship. Note that some or every piece of this file could be part of the ChibiOS project that is intellectual property of Giovanni Di Sirio. Please refer to ChibiOS/RT license before use this file. + + For suggestion or Bug report - roccomarco.guglielmi@playembedded.org */ /** @@ -34,7 +36,6 @@ #ifndef _L3GD20_H_ #define _L3GD20_H_ -#if (GYRO_USE_L3GD20) || defined(__DOXYGEN__) /*===========================================================================*/ /* Driver constants. */ /*===========================================================================*/ @@ -238,11 +239,7 @@ extern "C" { } #endif -#endif /* GYRO_USE_L3GD20 */ #endif /* _L3GD20_H_ */ /** @} */ -/* - * TODO PLAY--> add i2c support, and Multiple reg read. - */ |