EX: L3GD20 driver updated to v1.0.0
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9693 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
d92cee13fe
commit
3f29b01fd8
|
@ -33,6 +33,31 @@
|
|||
/* Driver constants. */
|
||||
/*===========================================================================*/
|
||||
|
||||
/**
|
||||
* @name Version identification
|
||||
* @{
|
||||
*/
|
||||
/**
|
||||
* @brief L3GD20 driver version string.
|
||||
*/
|
||||
#define EX_L3GD20_VERSION "1.0.0"
|
||||
|
||||
/**
|
||||
* @brief L3GD20 driver version major number.
|
||||
*/
|
||||
#define EX_L3GD20_MAJOR 1
|
||||
|
||||
/**
|
||||
* @brief L3GD20 driver version minor number.
|
||||
*/
|
||||
#define EX_L3GD20_MINOR 0
|
||||
|
||||
/**
|
||||
* @brief L3GD20 driver version patch number.
|
||||
*/
|
||||
#define EX_L3GD20_PATCH 0
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
* @brief L3GD20 characteristics
|
||||
*
|
||||
|
|
|
@ -79,6 +79,7 @@
|
|||
*****************************************************************************
|
||||
|
||||
*** Next ***
|
||||
- EX: Added gyroscope implementation for ST L3GD20 devices.
|
||||
- HAL: Added events handling to the PAL driver. The EXT driver is now
|
||||
deprecated but still supported.
|
||||
- EX: Added flash implementation for Micron M25Qxxx devices.
|
||||
|
|
Loading…
Reference in New Issue