-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ublox example is working * worked a bit on printf stuff * modified API to include accuracies * Add time struct for organization * Add support for gps * updated GPS interface * Rework GNSS interface * Replace GPS with GNSS * Add gitignore for astyle .orig files * run astyle * resolved GCC 8 errors, and moved GPS example to UART1 * Add init check for ublox driver * Update GPS example to deal with slow initialization * Remove magic values * Add ability to search for GNSS asynchronously * Get GNSS example compiling * asynchronous gnss initialization, including if the device is connected after startup * GNSS reconnects after disconnect * Code cleanup * Revert files that shouldn't have changed * Fix missing include in backup_sram * Change GPS references to GNSS * Remove debug statements * remove unneeded wait * clean up gnss example * Improve struct initialization * remove custom time conversion code Co-authored-by: James Jackson <[email protected]>
- Loading branch information
1 parent
f56ba9f
commit 14902a6
Showing
8 changed files
with
481 additions
and
319 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,3 +13,4 @@ | |
*.autosave | ||
*.swp | ||
*.map | ||
*.orig |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.