A repository for MicroPython code that communicates with and relays information from the Texas Instruments TMP117/119 temperature sensor.
Go to file
2024-08-14 12:54:42 +02:00
async_tasks Initial commit 2024-08-14 12:54:42 +02:00
lib Initial commit 2024-08-14 12:54:42 +02:00
event_loops.py Initial commit 2024-08-14 12:54:42 +02:00
example_global_config.json Initial commit 2024-08-14 12:54:42 +02:00
main.py Initial commit 2024-08-14 12:54:42 +02:00
readme.md Initial commit 2024-08-14 12:54:42 +02:00

Code for TMP117 + Pico W Temperature Measurement System

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".