Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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 }
Generated on Tue Jul 19 2022 18:24:25 by
1.7.2