Russell Shomberg
/
shomberg_hw_6
HW6 for OCE560
Fork of shomberg_hw_5 by
Diff: SegDisplay.h
- Revision:
- 11:42914083ac70
- Parent:
- 9:da0b72918880
- Child:
- 12:ea407dcaff78
diff -r c9a438114fbd -r 42914083ac70 SegDisplay.h --- a/SegDisplay.h Thu Oct 25 18:37:48 2018 +0000 +++ b/SegDisplay.h Thu Oct 25 18:58:41 2018 +0000 @@ -4,8 +4,8 @@ #include "mbed.h" // INPUTS -BusOut Seg1(p12,p13,p14,p15,p16,p17,p18,p19); //01 02 03 04 05 06 07 08 09 10 -BusOut Seg2(p21,p22,p23,p24,p25,p26,p27,p28); //E D CC C DP B A CC F G +extern BusOut Seg1; //01 02 03 04 05 06 07 08 09 10 +extern BusOut Seg2; //E D CC C DP B A CC F G char SegConvert(int SegValue);