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.
Fork of ShiftOut by
Revision 5:f7749e47a29b, committed 2016-09-27
- Comitter:
- el11es
- Date:
- Tue Sep 27 08:30:42 2016 +0000
- Parent:
- 4:7333dc6fca5c
- Commit message:
- nothing changed;
Changed in this revision
ShiftOut.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 7333dc6fca5c -r f7749e47a29b ShiftOut.h --- a/ShiftOut.h Tue Jul 14 07:33:26 2015 +0000 +++ b/ShiftOut.h Tue Sep 27 08:30:42 2016 +0000 @@ -40,6 +40,10 @@ } *latchout = 1; } + + void set_latch (int val){ + *latchout = val; + } private : DigitalOut *clkout;