diff --git a/README.md b/README.md index 17328ea..a5de1e2 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ - `0b11000001` Upper byte of raw temperature value from MCP9808 - `0b01010011` Lower byte of raw temperature value from MCP9808 -The temperature calculated (assuming >= 0°C): +Calculating the temperature (assuming >= 0°C): jshell> (0b11000001 & 0x1f) * 16 + 0b01010011 / 16f $1 ==> 21.1875