pytrack icon indicating copy to clipboard operation
pytrack copied to clipboard

Results 3 pytrack issues
Sort by recently updated
recently updated
newest added

@daveake I've added a wrapper object to accommodate other boards and implemented a draginoGPS class. Also added an instruction to reduce the NMEA messages from the board but it needs...

I was so excited about the idea of creating a framework for PITS and then something like that: _We cannot use the Pi I2C ports because of a hardware limitation...

pytrack.cpgs.GPSPosition appears to be a class rather than dictionary as suggested by the documentation ``` from pytrack import GPS gps = GPS() type(gps.position()) ``` This returns `class` when `dict` was...