You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.begin() measures the bitWindow before attaching the interrupt, which is inspired by #14
the start-up is optimized, so directly 3ms after begin(), the first temperature value can be received
option for the ESP32 to pin the ISR to a specific core was removed for readibility. Measurements showed that the ISR just uses 0.078% of the CPU time, so that option had a neglectible effect