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

com.ociweb.iot.grove.real_time_clock.RTC_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.real_time_clock;

/**
 *
 * @author huydo
 */
public class RTC_Constants {
    public static final int DS1307_I2C_ADDRESS = 0x68;
    
    public static final int TIME_REG = 0x00;
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy