Charles Tritt / Mbed 2 deprecated FlexiBarDemo

Dependencies:   mbed

Fork of BinaryCount by Charles Tritt

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers flexiBar.h Source File

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);