A collection of incredibly useful functions and methods for MicroPython programs running on Raspberry Pi Pico.
- Required settings.
- read_json_file
- write_json_file
- connect_to_wifi
- to_json
- WifiServer
- open_socket
- STA_Setup
- AP_Setup(
- collect_sensor_data
- write_to_csv
- rolling_averagemean (This includes setting a up a deque, appending to deque and calculating the rolling average)