Skip to content
This repository has been archived by the owner on Mar 15, 2021. It is now read-only.

Added watchdog #3

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Added watchdog #3

wants to merge 7 commits into from

Conversation

octopuscabbage
Copy link
Collaborator

It's commented out because it's untested

amountCalled = 0;
while(amountCalled < checkAmount){
tick();
std::this_thread::sleep_for(std::chrono::seconds(seconds_to_sleep));
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this requires c++11

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

Successfully merging this pull request may close these issues.

1 participant