Skip to content

Releases: cuthbert86/MyHelperCode

MyHelperCode_V2.py

01 Jun 07:57
eab1295

Choose a tag to compare

MyHelperCode a Micropython Library of The Most Useful Functions For Programming Microcontrollers.

This is a collection of incredibly useful functions and methods for micropython programs running on Raspberry Pi Pico. These are the most important functions that I find are required for most pico micropython projects.

To use it you just need to add this line of code at the top of your main.py file:
from MyHelperCode import GetTemperature, connect_to_wifi, WifiServer, to_json, collect_sensor_data, timestamp, write_to_csv, rolling_averagemean

Link to example usage

MyHelperCode_V2.py