ddad
Dependencies: mbed
Fork of class_7segment_serial by
SegDisp.h
- Committer:
- mijimy
- Date:
- 2017-06-06
- Revision:
- 2:120a14d6f055
File content as of revision 2:120a14d6f055:
#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