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

com.ociweb.iot.grove.gps.GPS_Consts 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.gps;

public class GPS_Consts {
	public static final int AID_DATA = 2;
	static class header {
		public static final int[] AID_EPH = {0xB5, 0x62};
		
	}
	static class id {
		public static final int[] AID_EPH = {0x0B, 0x31};
	}
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy