pull/8/head
Calvin McCoy 2017-08-20 11:03:08 -07:00
rodzic c7f17451b6
commit b28c6d1759
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -32,10 +32,10 @@ there, just create a new GPS object and start feeding it data using the ```updat
>>> my_gps.latitude
(37, 51.65, 'S')
```
The object will continue to accept new characters and parse sentences for as long as it exists. Running the script standalone will parse a number of example sentences and print the results demonstrating the variety of data tracked by the object
The object will continue to accept new characters and parse sentences for as long as it exists. Running the ```tests.py``` script will parse a number of example sentences and print the results demonstrating the variety of data tracked by the object
```sh
$ python micropyGPS.py
$ python tests.py
```
### Currently Supported Sentences