Library for the MAX7219 LED display driver

Dependents:   POT_V_1_1

Fork of MAX7219 by Maxim Integrated

Revision:
7:c11c81a0d08f
Parent:
6:779ee20a3759
--- a/max7219.h	Sat Jan 13 11:48:45 2018 +0000
+++ b/max7219.h	Sat Apr 28 10:21:54 2018 +0000
@@ -366,25 +366,6 @@
     **************************************************************/
     int32_t write_digit(uint8_t device_number, uint8_t digit, uint8_t data);
     
-    
-    /**********************************************************//**
-    * @brief Clears digit of given device
-    *
-    * @details 
-    *
-    * On Entry:
-    *     @param[in] device_number - device to write too
-    *     @param[in] digit - digit to clear
-    *
-    * On Exit:
-    *
-    * @return Returns  0 on success\n 
-    *         Returns -1 if device number is > _num_devices\n
-    *         Returns -2 if device number is 0\n
-    *         Returns -3 if digit > 8\n
-    *         Returns -4 if digit < 1\n
-    **************************************************************/
-    int32_t clear_digit(uint8_t device_number, uint8_t digit);
       
     private: