Commit Graph

24 Commits

Author SHA1 Message Date
jakeg00dwin 6c0e016c20 removed refence to struct, using globals instead. 2024-10-04 16:26:43 -07:00
jakeg00dwin dd35358e67 fixed old consts 2024-10-04 16:23:32 -07:00
jakeg00dwin c8ba39d3bb updated the constants/defines used as parameters. 2024-10-04 16:20:28 -07:00
jakeg00dwin fa01a20576 Updated the display helper functions, Tested display location to ensure text isn't cut off. 2024-10-04 16:16:11 -07:00
jakeg00dwin 0d506bc2f1 removed now redundant code(GPS lines in loop func). 2024-10-04 03:02:28 -07:00
jakeg00dwin 37664251df Extracted GPS handling into helper function that allows error propagation 2024-10-04 02:57:45 -07:00
jakeg00dwin 14f6f68eaa Added debugging statements and put the new functions into the loop 2024-10-04 02:51:44 -07:00
Jake Goodwin 5ecbbceeb9 Defined functions for display updates.
+ Added defintions for updating the LCD display.
2024-10-01 19:28:25 -07:00
Jake Goodwin 7386e12fb8 Added helper functions for the display
+ init func.
+ update distance.
+ update direction.
+ update battery state.
+ reset func.
2024-10-01 19:15:35 -07:00
Jake Goodwin 763e70dbd5 Renamed source file for consistency 2024-10-01 17:27:13 -07:00
Jake Goodwin 1af6862380 changed headerguard
The header guard was changed to add a '_H' to the end.
2024-10-01 17:25:56 -07:00
Jake Goodwin 59bd150ad0 changed taregt for main
Changed the main.cpp into using the project name variable
2024-10-01 17:24:30 -07:00
jakeg00dwin 544a29f705 Added code tested with radio modules. 2024-09-27 16:21:55 -07:00
jakeg00dwin b49645e82c Updated to follow new header define scheme. 2024-09-26 17:10:41 -07:00
jakeg00dwin c92d459809 Added clarifying comment of inclusion of `RH_RF95.h` 2024-09-26 16:53:33 -07:00
jakeg00dwin 51a7c206c6 Removed header include statment for now. 2024-09-26 16:52:29 -07:00
jakeg00dwin 88c22ee457 moved the gps baud rate magic number into header as a define. 2024-09-26 16:51:51 -07:00
jakeg00dwin 3f45a4f789 Moved magic numbers into header 2024-09-26 16:48:39 -07:00
jakeg00dwin 07c2ee4b6d Moved the defines and board specific data into the header 2024-09-26 16:45:08 -07:00
jakeg00dwin cfa740209f Changed C radio source to CPP 2024-09-26 16:37:58 -07:00
jakeg00dwin 2f9fb1202d Changed project to make use of symlinks for the INO file. 2024-09-26 16:37:36 -07:00
jakeg00dwin d534b1bd56 Added module `Radio` to the repo. 2024-09-26 16:22:14 -07:00
jakeg00dwin 5564f1178e changed source into --> `src/multi-tracker.ino` 2024-09-26 16:20:11 -07:00
Jake Goodwin 91d6247b9a Initial commit 2024-09-24 20:59:20 +00:00