Class LCDNumber

java.lang.Object
  extended by LCDNumber

public class LCDNumber
extends java.lang.Object


Method Summary
static void set(int value, int decimals, boolean signed)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

set

public static void set(int value,
                       int decimals,
                       boolean signed)