Searched refs:myGPSSensor (Results 1 – 2 of 2) sorted by relevance
31 var myGPSSensor = new GPSSensor.Ublox6(0); variable33 if (!myGPSSensor.setupTty(GPSSensor.int_B9600))53 if (myGPSSensor.dataAvailable())55 var rv = myGPSSensor.readData(nmeaBuffer, bufferLength);
28 myGPSSensor = upmUblox6.Ublox6(0) variable46 if (not myGPSSensor.setupTty(upmUblox6.cvar.int_B9600)):64 if (myGPSSensor.dataAvailable()):65 rv = myGPSSensor.readData(nmeaBuffer, bufferLength)