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.
Dependencies: MAX7219 max32630fthr
Revision 2:45be34b93076, committed 2022-01-14
- Comitter:
- davidanasco
- Date:
- Fri Jan 14 08:24:38 2022 +0000
- Parent:
- 1:d8eb0f3e62cc
- Commit message:
- .decode_mode changed from 0x01 to 0x0f. to enable all 4 digits
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Mon Jul 26 09:51:03 2021 +0000
+++ b/main.cpp Fri Jan 14 08:24:38 2022 +0000
@@ -28,7 +28,7 @@
max7219_configuration_t segConfig = {
.device_number = 1,
- .decode_mode = 0x01,
+ .decode_mode = 0x0f,
.intensity = Max7219::MAX7219_INTENSITY_F,
.scan_limit = Max7219::MAX7219_SCAN_4
};