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
The example does not work correctly at negative temperatures in DS1621.
To solve the problem, it is necessary to make a casting to char on line 98 for the value to be interpreted as negative.
The code below :
The example does not work correctly at negative temperatures in DS1621.
To solve the problem, it is necessary to make a casting to char on line 98 for the value to be interpreted as negative.
The code below :
TinyWireM/examples/Tiny85_Temp_LCD_RTC/Tiny85_Temp_LCD_RTC.pde
Line 98 in bd396b8
needs to be changed to:
The text was updated successfully, but these errors were encountered: