Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation of lora and activity timing #34

Open
everhamme opened this issue Oct 25, 2022 · 1 comment
Open

Documentation of lora and activity timing #34

everhamme opened this issue Oct 25, 2022 · 1 comment

Comments

@everhamme
Copy link

can you provide better documentation for these parts of your code? the comments on the right may/may now match up with your documentation.. so just trying to understand the arguments here to these functions...

LoRaTimer.start(callbackLoRaTx, 300000, 600000);      //  10 minute period, delayed 5 minutes

NoMotionActivityTimer.start(callbackNoMotionActivity, 100000, 7200000);    // low  freq (two hours) timer
InMotionActivityTimer.start(callbackInMotionActivity, 100000, 7200000);    // high freq (one minute) timer
@kriswiner
Copy link
Owner

kriswiner commented Oct 26, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants