Final

Dependencies:   mbed

Fork of MiniProject5_LightTracker by Austin Sloop

main.cpp

Committer:
pstephens18
Date:
2016-01-11
Revision:
5:af4d347a72b8
Parent:
3:4a3e2dbc111e

File content as of revision 5:af4d347a72b8:

//Main 

#include "mbed.h"
#include "SegDisplay.h"

int main(){
    SegInit();
    SegDisplay(10,1);
}