# Code for TMP117 + Pico W Temperature Measurement System This code is indended to run on a Pico W running Micropython. ## To run on a Pico W: - Download this repository and copy these files onto the Micropython filesystem via USB (this can be accomplished using Thonny, the VSCode extension "MicroPico" etc). - Write a "global_config.json" file (see the example for a template), which defines various settings, I2C buses, and connected sensors. - Once the microcontroller is reset, the main.py file will execute and the code will run. To work on this code, you will need a Micropython editor. I recommend VSCode + MicroPico extension written by paulober (GitHub).