package gps // Constants/addresses used for u-blox I2C. // The I2C address which this device listens to. const ( // To ensure backward compatibility I2C_ADDRESS = UBLOX_I2C_ADDRESS UBLOX_I2C_ADDRESS = 0x42 PA1010D_I2C_ADDRESS = 0x10 ) const ( BYTES_AVAIL_REG = 0xfd DATA_STREAM_REG = 0xff ) const ( bufferSize = 100 )