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
Diff: max7219.h
- 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
*
