
com.ociweb.iot.grove.four_digit_display.FourDigitDisplayCommand Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of foglight Show documentation
Show all versions of foglight Show documentation
FogLight is a lightweight runtime that enables makers of all ages and skill levels to create highly
performant apps for embedded devices like Raspberry Pi's.
The newest version!
package com.ociweb.iot.grove.four_digit_display;
public class FourDigitDisplayCommand {
public static final int INIT = -1;
public static final int SET_BRIGHTNESS = 0b1000_0000_0000_0000;
public static final int DISPLAY_ON = -2;
public static final int DISPLAY_OFF = - 3;
public static final int PRINT_FOUR_DIGITS = 0;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy