Skip to content
/ GPS Public
forked from nimaltd/NMEA

GPS NMEA Library for stm32 HAL

License

Notifications You must be signed in to change notification settings

Umeshp285/GPS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPS NMEA library


I hope use it and enjoy.
I use Stm32f103vc and Keil Compiler and Stm32CubeMX wizard.
Please Do This ...

1) Config your usart and enable RX interrupt on CubeMX.
2) Select "General peripheral Initalizion as a pair of '.c/.h' file per peripheral" on project settings.
3) Config your GpsConfig.h file.
4) Add Gps_RxCallBack() on usart interrupt routin.
5) call Gps_Init() in your app.
6) Put Gps_Process() in Loop.

About

GPS NMEA Library for stm32 HAL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%