Now that we have seen the basic operation of our ADS1115 ADC, it's time to have a look at the accompanying code to understand how we query the ADS1115 in Python to get analog readings. What we learn below will lay the foundations for the analog interfacing programs that we will see in part 3 of this book.
We will commence our code walk-through with the imports.