Final

Dependencies:   mbed

Fork of MiniProject5_LightTracker by Austin Sloop

SegDisplay.h

Committer:
pstephens18
Date:
2016-01-12
Revision:
13:871d01d0d250
Parent:
11:7b3d64a66efd

File content as of revision 13:871d01d0d250:

#ifndef SEGDISPLAY_H
#define SEGDISPLAY_H

#include "mbed.h"

extern BusOut Display;


void SegInit(void);
char SegConvert(char SegValue);
void SegDisplay(int angle);

#endif