Book Image

Learning Beaglebone Python Programming

Book Image

Learning Beaglebone Python Programming

Overview of this book

Table of Contents (19 chapters)

Summary


In this chapter, you learned the basics of the UART, I2C, and SPI modules and their serial protocols. We looked briefly at how these protocols are implemented on the BeagleBone Black and how to control them from Python.

In the next chapter, we will look at a more in-depth example of using the I2C protocol to interface with an external sensor.