Punkt hin und her
Dependencies: mbed
Fork of MAX7219_SPI by
Revision 2:6e0426cd9772, committed 2017-11-06
- Comitter:
- burked01
- Date:
- Mon Nov 06 11:58:26 2017 +0000
- Parent:
- 1:545a966efb7b
- Commit message:
- n
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 545a966efb7b -r 6e0426cd9772 main.cpp --- a/main.cpp Thu Sep 08 08:01:57 2016 +0000 +++ b/main.cpp Mon Nov 06 11:58:26 2017 +0000 @@ -1,7 +1,7 @@ #include "mbed.h" // PC_3: DIN, PB_10: CLK, D2: LOAD/CS -SPI max72_spi(PC_3, NC, PB_10); +SPI max72_spi(PA_7, NC, PA_5); DigitalOut load(D2); int maxInUse = 1; //change this variable to set how many MAX7219's you'll use