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.
Oliver Cullis ff2fcaf3d2 small vscode change 1 month ago
.vscode small vscode change 1 month ago
async_tasks small vscode change 1 month ago
lib Initial commit 2 months ago
.gitignore Added .micropico and .vscode files to make it easier to import project to vscodde 1 month ago
.micropico Added .micropico and .vscode files to make it easier to import project to vscodde 1 month ago
event_loops.py Initial commit 2 months ago
example_global_config.json Initial commit 2 months ago
main.py Initial commit 2 months ago
readme.md Initial commit 2 months ago

readme.md

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