Make NMEAMessage subscriptable
- Makes
NMEAMessage
subscribable - Adds documentation on readthedocs.org
- Renames instance attributes of
NMEAMessage
:- msg_type to type
- count to message_fragments
- index to fragment_number
- seq_id to message_id
- data to payload#
- Adds fill_bits field to NMEAMessage