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

com.ociweb.iot.grove.adc.ADC_Constants 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!

/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */
package com.ociweb.iot.grove.adc;

/**
 *
 * @author huydo
 */
public class ADC_Constants {

	public static final int ADDR_ADC121     =        0x50;
	public static final int REG_ADDR_RESULT =        0x00;
	public static final int REG_ADDR_ALERT  =        0x01;
	public static final int REG_ADDR_CONFIG =        0x02;
	public static final int REG_ADDR_LIMITL =        0x03;
	public static final int REG_ADDR_LIMITH =        0x04;
	public static final int REG_ADDR_HYST   =        0x05;
	public static final int REG_ADDR_CONVL  =        0x06;
	public static final int REG_ADDR_CONVH  =        0x07;

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy