Library for the MAX7219 LED display driver

Dependents:   MAXREFDES99_demo MAXREFDES99_RTC_Display nucleo_spi_max7219_led8x8 max7219 ... more

Revision:
3:c245060379b9
Parent:
2:9150a0dc77a3
Child:
4:b5e4379a3d90
--- 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 
     *