https://github.com/pxsty0/pxsty.stm32.l86.lib
https://github.com/pxsty0/pxsty.stm32.l86.lib
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/pxsty0/pxsty.stm32.l86.lib
- Owner: pxsty0
- License: mit
- Created: 2024-02-03T17:17:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-03T17:32:16.000Z (over 2 years ago)
- Last Synced: 2024-11-05T20:11:22.442Z (over 1 year ago)
- Language: C
- Size: 5.86 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```c
#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](https://choosealicense.com/licenses/mit/)
[](https://choosealicense.com/licenses/mit/)