bonnyr / wokwi-ds1820-custom-chip

MIT License
2 stars 3 forks source link

fix(issue-17): incorrect handling of neg temps on DS18B20 #18

Closed bonnyr closed 1 year ago

bonnyr commented 1 year ago

closes #17

Thanks to @dpticar for identifying the issue and following up.

Code for storing negative values in scratchpad was overly complicated and a carry over from other code.