Project-CETI / whale-tag-recovery

APRS and Swarm satellite based GPS tracking for tags
5 stars 4 forks source link

Fix global variable use #9

Closed SSModelGit closed 2 years ago

SSModelGit commented 2 years ago

Adapt the code to use less global variables and make memory access more controlled so that the eventual switch to state-machine-based interrupts does not cause errors.

kellyostrom commented 2 years ago

Created constants file to store the important #defines and static consts that is then shared throughout the various configs