Book Image

Python Programming for Arduino

Book Image

Python Programming for Arduino

Overview of this book

Table of Contents (18 chapters)
Python Programming for Arduino
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Summary


Now you have hands-on experience of building a basic GUI to handle Arduino projects. With minor modifications to the included exercises, you can use them to create a GUI for a large variety of Arduino prototyping projects. In the previous two exercises, we displayed the sensor outputs as strings in label widgets. It will be more meaningful if these numerical values are plotted as a graph and stored for further analysis. This is what you are going to perform in the next chapter.