Files | |
| file | core_temp.py |
| Quick script to log the board internal temperature to a file (on the Nucleo). | |
| file | generate_plot.py |
| A simple tool to plot temperatures and times collected from the Nucleo and mcp9808 temperature sensor. | |
| file | main.py |
| Log I2C sensor and core temperature values once a minute until stopped. | |
| file | mcp9808.py |
| A driver for interacting with the mcp9808 Temperature Sensor using I2C. | |