Skip to content

Commit

Permalink
Added stdlib.h include and renamed examples to .ino
Browse files Browse the repository at this point in the history
  • Loading branch information
mikalhart committed Sep 1, 2013
1 parent f86a7b2 commit db4ef9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions TinyGPS.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#include "WProgram.h"
#endif

#include <stdlib.h>

#define _GPS_VERSION 13 // software version of this library
#define _GPS_MPH_PER_KNOT 1.15077945
#define _GPS_MPS_PER_KNOT 0.51444444
Expand Down

0 comments on commit db4ef9c

Please sign in to comment.