An open API service indexing awesome lists of open source software.

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++.

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).