Re: Experiment 2 How about changing the label text on a press of a switch on GPIO input. I'm having a hard time converting the given example code. Can anyone help me?... please. Would really appreciate it. Thanks...
On the temperature converter experiment, how do you change the values using a physical switch attached to a GPIO input. Would appreciate your support. Thanks.
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 experiment 3. 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 codes in Experiment 3 are now correct.