All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ociweb.iot.grove.four_digit_display.FourDigitDisplayCommand Maven / Gradle / Ivy

Go to download

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