A Class created for the pipe segment used in the 7 segment dispaly.
This class takes in a boolean to know if a underscore should be returned or an empty space. These are used for the b,c,e,f segments.
´´´ts import PipeSegment from './PipeSegment' b = true;
let Bsegment = new PipeSegment(a); Bsegment.print(); ´´´
Generated using TypeDoc
A Class created for the pipe segment used in the 7 segment dispaly.
This class takes in a boolean to know if a underscore should be returned or an empty space. These are used for the b,c,e,f segments.
´´´ts import PipeSegment from './PipeSegment' b = true;
let Bsegment = new PipeSegment(a); Bsegment.print(); ´´´