https://github.com/pop0097/gps_driver
GPS driver for a STM32 F7 ARM microprocessor made using C++.
https://github.com/pop0097/gps_driver
cpp firmware gps stm32
Last synced: over 1 year ago
JSON representation
GPS driver for a STM32 F7 ARM microprocessor made using C++.
- Host: GitHub
- URL: https://github.com/pop0097/gps_driver
- Owner: Pop0097
- Created: 2021-05-21T20:45:19.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-27T02:59:22.000Z (about 5 years ago)
- Last Synced: 2025-01-22T17:46:55.876Z (over 1 year ago)
- Topics: cpp, firmware, gps, stm32
- Language: C++
- Homepage:
- Size: 9.79 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GPS_Driver
Code used to develop and debug the GPS driver for the WARG custom autopilot: ZeroPilot.
This driver uses DMA with UART to acquire data from the GPS.
This software falls under the same license as [ZeroPilot-SW](https://github.com/UWARG/ZeroPilot-SW/blob/devel/LICENSE.md).