Skip to content

Commit

Permalink
Update README.md (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
hetlelid authored and Knio committed Feb 2, 2019
1 parent bc2cf0e commit 2b80648
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -97,6 +97,7 @@ Generating
You can create a `NMEASentence` object by calling the constructor with talker, message type, and data fields:

```python
>>> import pynmea2
>>> msg = pynmea2.GGA('GP', 'GGA', ('184353.07', '1929.045', 'S', '02410.506', 'E', '1', '04', '2.6', '100.00', 'M', '-33.9', 'M', '', '0000'))
```

Expand Down

0 comments on commit 2b80648

Please sign in to comment.