-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
StaleIssues that will be closed if not triaged.Issues that will be closed if not triaged.enhancementNew feature or requestNew feature or request
Description
Platform
Cross-Platform
Description
Hello, Team.
I’ve just onboarded support for the DS18B20 (1-Wire) sensor on the Seeed XIAO. It supports multiple sensors on the same bus. It would be great to announce this addition as well.
Here’s a sample debug output:
DEBUG | ??:??:?? 133 [EnvironmentTelemetry] addr [28 FE 6B 71 00 00 00 39] temp=25.875000
DEBUG | ??:??:?? 133 [EnvironmentTelemetry] addr [28 F3 E5 9F 00 00 00 46] temp=25.375000
Do you have any advice on alternative methods to use for the following code?
measurement->variant.environment_metrics.has_temperature = true;
measurement->variant.environment_metrics.temperature = tempC;
Looking forward to your suggestions!
macvenez and KalleJ66
Metadata
Metadata
Assignees
Labels
StaleIssues that will be closed if not triaged.Issues that will be closed if not triaged.enhancementNew feature or requestNew feature or request