A repository for MicroPython code that communicates with and relays information from the Texas Instruments TMP117/119 temperature sensor.
Go to file
2024-08-23 11:48:04 +02:00
.vscode small vscode change 2024-08-23 11:19:18 +02:00
async_tasks name change 2024-08-23 11:48:04 +02:00
lib Initial commit 2024-08-14 12:54:42 +02:00
.gitignore Added .micropico and .vscode files to make it easier to import project to vscodde 2024-08-22 13:44:42 +02:00
.micropico Added .micropico and .vscode files to make it easier to import project to vscodde 2024-08-22 13:44: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".