From 22f573e8216d1fb39c7cc6e78f5c4213f2a59b08 Mon Sep 17 00:00:00 2001 From: sommersoft Date: Sat, 10 Mar 2018 10:04:42 -0600 Subject: [PATCH] updated README; added Travis badge --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index 60ffd84..a499231 100644 --- a/README.rst +++ b/README.rst @@ -10,6 +10,10 @@ Introduction :target: https://discord.gg/nBQh6qu :alt: Discord +.. image:: https://travis-ci.org/adafruit/Adafruit_CircuitPython_GPS.svg?branch=master + :target: https://travis-ci.org/adafruit/Adafruit_CircuitPython_GPS + :alt: Build Status + GPS parsing module. Can parse simple NMEA data sentences from serial GPS modules to read latitude, longitude, and more.