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.
Fork of MAX7219 by
Revision 3:c245060379b9, committed 2016-05-12
- Comitter:
- j3
- Date:
- Thu May 12 19:31:40 2016 +0000
- Parent:
- 2:9150a0dc77a3
- Child:
- 4:b5e4379a3d90
- Commit message:
- fixed caps for autodoc tag descriptions
Changed in this revision
| max7219.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/max7219.h Thu May 12 18:15:32 2016 +0000
+++ b/max7219.h Thu May 12 19:31:40 2016 +0000
@@ -261,7 +261,7 @@
/**********************************************************//**
- * @brief initializes specific device in display with given
+ * @brief Initializes specific device in display with given
* config data
*
* @details
@@ -279,9 +279,9 @@
/**********************************************************//**
- * @brief initializes all devices with given config data
+ * @brief Initializes all devices with given config data
*
- * @details all devices are configured with given data
+ * @details All devices are configured with given data
*
* On Entry:
* @param[in] config - Structure containing configuration
@@ -293,7 +293,7 @@
/**********************************************************//**
- * @brief enables specific device in display
+ * @brief Enables specific device in display
*
* @details
*
@@ -309,7 +309,7 @@
/**********************************************************//**
- * @brief enables all device in display
+ * @brief Enables all device in display
*
* @details
*
@@ -322,7 +322,7 @@
/**********************************************************//**
- * @brief disables specific device in display
+ * @brief Disables specific device in display
*
* @details
*
@@ -338,7 +338,7 @@
/**********************************************************//**
- * @brief disables all devices in display
+ * @brief Disables all devices in display
*
* @details
*
@@ -351,7 +351,7 @@
/**********************************************************//**
- * @brief writes digit of given device with given data, user
+ * @brief Writes digit of given device with given data, user
* must enter correct data for decode_mode chosen
*
* @details
@@ -372,7 +372,7 @@
/**********************************************************//**
- * @brief clears digit of given device
+ * @brief Clears digit of given device
*
* @details
*
@@ -391,7 +391,7 @@
/**********************************************************//**
- * @brief turns on all segments/digits of given device
+ * @brief Turns on all segments/digits of given device
*
* @details
*
@@ -407,7 +407,7 @@
/**********************************************************//**
- * @brief turns off all segments/digits of given device
+ * @brief Turns off all segments/digits of given device
*
* @details
*
@@ -423,7 +423,7 @@
/**********************************************************//**
- * @brief turns on all segments/digits of display
+ * @brief Turns on all segments/digits of display
*
* @details
*
@@ -436,7 +436,7 @@
/**********************************************************//**
- * @brief turns off all segments/digits of display
+ * @brief Turns off all segments/digits of display
*
* @details
*
