Releases: cuthbert86/MyHelperCode
Releases · cuthbert86/MyHelperCode
MyHelperCode_V2.py
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