Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 682 Bytes

File metadata and controls

25 lines (17 loc) · 682 Bytes

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