Comments: Graph Sensor Data with Python and Matplotlib
Looking for answers to technical questions?
We welcome your comments and suggestions below. However, if you are looking for solutions to technical questions please see our Technical Assistance page.
If you've found an issue with this tutorial content, please send us your feedback!
-------------------- Tech Support Tips/Troubleshooting/Common Issues --------------------
Errata
There was a small typo in the section called "Plot Sensor Data." The Python code shifted the bits too much on the temperature register:
The correct number of bits that should be shifted is 4 bits:
The example is now correct.