![](/media/cache/group/default_image.jpg.50x50_q85.jpg)
ddad
Dependencies: mbed
Fork of class_7segment_serial by
Diff: SegDisp.h
- Revision:
- 2:120a14d6f055
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/SegDisp.h Tue Jun 06 10:00:51 2017 +0000 @@ -0,0 +1,11 @@ +#ifndef SEGDISP_H +#define SEGDISP_H +#include "mbed.h" + +char SegConvert(char SegValue); // functionprototype + +void SegInit(void); // function prototype +extern BusOut Seg1; +extern BusOut Seg2; + +#endif \ No newline at end of file