The CircuitPython code for the Thermal Camera project is contained in three files, the main code.py file, the temperature unit conversion helper thermal_cam_converters.py file, and the start-up default parameter thermal_cam_config.py file.
It looks daunting, but each section will be explained in detail in later pages in this guide.
Code Details
Let's take a walk through the code and look in more detail how each section works starting with the main module, code.py, on the next page.