Skip to content

cuthbert86/MyHelperCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

MyHelperCode

A collection of incredibly useful functions and methods for MicroPython programs running on Raspberry Pi Pico.

Features: The most import functions that are required for most pico micropython projects.

  1. Required settings.
  2. read_json_file
  3. write_json_file
  4. connect_to_wifi
  5. to_json
  6. WifiServer
  7. open_socket
  8. STA_Setup
  9. AP_Setup(
  10. collect_sensor_data
  11. write_to_csv
  12. rolling_averagemean (This includes setting a up a deque, appending to deque and calculating the rolling average)

There is also an example_main.py file that demonstrates each function.

Gist

About

This is where I will build all the nessasary parts of my first package published on github or pypy or wherever

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages