Dependencies: SevenSegmentSerial mbed
Revision 1:ce924aa3832d, committed 2017-03-15
- Comitter:
- esklawitter
- Date:
- Wed Mar 15 04:52:22 2017 +0000
- Parent:
- 0:2a83a6057c87
- Commit message:
- V1.0
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Wed Mar 15 04:51:55 2017 +0000 +++ b/main.cpp Wed Mar 15 04:52:22 2017 +0000 @@ -1,5 +1,6 @@ #include "mbed.h" #include "SevenSegmentSerial.h" + // initialize new 7-Segment Serial display using SPI mosi, sclk, SS(optional) SevenSegmentSerial mydisplay(SPI_MODE, p11, p13, p14);