JianYangs jian / lb_display
Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers lb.cpp Source File

lb.cpp

00001 #include "lb.h"
00002 
00003 
00004 void lbDispaly::lb_init(PinName ds, PinName shcp, PinName stcp)
00005 {
00006 
00007 }
00008 // send date to 595 for display,
00009 void lbDispaly::lb_display(int date, char bit )
00010 {
00011 
00012 }
00013 //enable for display; OE enale when it's low
00014 void lbDispaly::lb_enable(PinName OE)
00015 {
00016 
00017 }