Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: Components/l6206/l6206.h
- Revision:
- 1:2597a6165252
- Parent:
- 0:2cb6ce8e07bd
- Child:
- 4:24158c44f02e
diff -r 2cb6ce8e07bd -r 2597a6165252 Components/l6206/l6206.h
--- a/Components/l6206/l6206.h Tue May 03 11:16:57 2016 +0000
+++ b/Components/l6206/l6206.h Tue May 17 09:45:13 2016 +0000
@@ -9,7 +9,7 @@
******************************************************************************
* @attention
*
- * <h2><center>© COPYRIGHT(c) 2015 STMicroelectronics</center></h2>
+ * <h2><center>© COPYRIGHT(c) 2016 STMicroelectronics</center></h2>
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
@@ -51,6 +51,10 @@
/** @addtogroup BSP
* @{
*/
+
+/** @addtogroup Components
+ * @{
+ */
/** @addtogroup L6206
* @{
@@ -58,7 +62,7 @@
/* Exported Constants --------------------------------------------------------*/
-/** @defgroup L6206_Exported_Constants L6206 Exported Constants
+/** @defgroup L6206_Exported_Defines L6206 Exported Defines
* @{
*/
@@ -193,6 +197,9 @@
extern void L6206_Board_PwmInit(void *handle, uint8_t bridgeInput);
///Stop the PWM of the specified bridge input
extern void L6206_Board_PwmStop(void *handle, uint8_t bridgeInput);
+/**
+ * @}
+ */