A repository for MicroPython code that communicates with and relays information from the Texas Instruments TMP117/119 temperature sensor.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2 lines
208 B

2 months ago
  1. # Code for TMP117 + Pico W Temperature Measurement System
  2. A "global_config.json" file is required for the code to run. Here, all the settings are defined. An example is given in "example_global_config.json".