HW6 for OCE560

Dependencies:   mbed

Fork of shomberg_hw_5 by Russell Shomberg

SegDisplay.h

Committer:
rshomberg
Date:
2018-10-25
Revision:
11:42914083ac70
Parent:
9:da0b72918880
Child:
12:ea407dcaff78

File content as of revision 11:42914083ac70:

#ifndef SEGDISPLAY_H
#define SEGDISPLAY_H

#include "mbed.h"

// INPUTS
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);

#endif