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 BinaryCount by
flexiBar.h
00001 /* 00002 Project: FlexiBarDemo 00003 File: flexiBar.h 00004 Last revised 11/22/17 (v. 1.0) 00005 Created by: Dr. C. S. Tritt 00006 00007 flexiBar displays specified digit on theBar. Returns non-zero in case of 00008 errors. Mbed objects generally must be based by reference. See function 00009 definition for more information. 00010 00011 It is odd to have a header file for a single function, but this header file 00012 may eventially become part of a general display function library. 00013 */ 00014 int flexiBar(int value, BusOut &theBar, bool single, bool active);
Generated on Wed Jul 20 2022 09:36:10 by
1.7.2
