Library for the MAX7219 LED display driver

Dependents:   MAXREFDES99_demo MAXREFDES99_RTC_Display nucleo_spi_max7219_led8x8 max7219 ... more

Revision:
1:90a7cf4e7d26
Parent:
0:798fb343e022
Child:
2:9150a0dc77a3
--- a/max7219.cpp	Tue Jan 12 23:40:36 2016 +0000
+++ b/max7219.cpp	Tue Jan 26 02:17:20 2016 +0000
@@ -126,7 +126,7 @@
 
 
 //*********************************************************************
-int32_t Max7219::init_device(max7219_configuration_t config, uint8_t device_number)
+int32_t Max7219::init_device(max7219_configuration_t config)
 {
     int32_t rtn_val = -1;
     uint8_t idx = 0;