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 Nucleo_blink_led by
Diff: main.cpp
- Revision:
- 3:60bc310c772b
- Parent:
- 2:163373cf2b79
diff -r 163373cf2b79 -r 60bc310c772b main.cpp --- a/main.cpp Thu Mar 16 14:26:03 2017 +0000 +++ b/main.cpp Thu Mar 16 15:54:03 2017 +0000 @@ -1,5 +1,4 @@ #include "mbed.h" -#include "max7219.h" // PC_12: DIN, PC_10: CLK, PA_15: LOAD/CS SPI max72_spi(PC_12, NC, PC_10);
