Marine Electricals / MAX7219pot

Dependents:   POT_V_1_1

Fork of MAX7219 by Maxim Integrated

Revision:
5:0ae46e75634e
Parent:
4:b5e4379a3d90
Child:
6:779ee20a3759
--- a/max7219.h	Thu May 12 20:06:28 2016 +0000
+++ b/max7219.h	Thu Sep 28 05:10:26 2017 +0000
@@ -299,7 +299,18 @@
     **************************************************************/
     void init_display(max7219_configuration_t config);
     
-    
+    /**********************************************************//**
+    * @brief set intensity of device
+    *
+    * @details 
+    *
+    * On Entry: max7219_configuration_t
+    *
+    * On Exit:
+    *
+    * @return None
+    **************************************************************/
+    void set_intensity(max7219_configuration_t config);
     /**********************************************************//**
     * @brief Enables specific device in display
     *