Skip to content

pxsty0/pxsty.stm32.l86.lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pxsty.stm32.l86.lib

With Pxsty L86 GPS Library, you can convert your GPS data in NMEA Format into an easily readable format.

Kullanım/Örnekler

#include "pxstyl86.h"


uint8_t rxData[1024];

status = readData((char*)rxData);

int hours = getHours();
int minutes = getMinutes();
int seconds = getSeconds();

float latitude = getLatitude();
float longitude = getLongitude();

float speed = getSpeed();

int day = getDay();
int month = getMonth();
int year = getYear();

Lisans

MIT

MIT License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages