![JAR search and dependency download from the Maven repository](/logo.png)
com.ociweb.iot.grove.real_time_clock.RTC_Constants 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!
/*
* 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