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

PCM sensor server: configurable collection time #693

Open
eezstreet opened this issue Feb 29, 2024 · 0 comments
Open

PCM sensor server: configurable collection time #693

eezstreet opened this issue Feb 29, 2024 · 0 comments

Comments

@eezstreet
Copy link

Would love the ability to configure the timer resolution for the PCM sensor server, so I can get more precise measurements. Currently it refreshes every second, according to this line:

now = now + std::chrono::seconds(1);
std::this_thread::sleep_until( now );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants