Final

Dependencies:   mbed

Fork of MiniProject5_LightTracker by Austin Sloop

SegDisplay.h

Committer:
asloop18
Date:
2016-01-12
Revision:
14:69cad6d9a2e5
Parent:
13:871d01d0d250

File content as of revision 14:69cad6d9a2e5:

#ifndef SEGDISPLAY_H
#define SEGDISPLAY_H

#include "mbed.h"

extern BusOut Display;


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

#endif