Hi, where can I find the module reference documentation for the pimoroni MicroPython library?
This is the repo GitHub - pimoroni/pimoroni-pico: Libraries and examples to support Pimoroni Pico add-ons in C++ and MicroPython.
I can find lots of specific examples README files scattered throughout the repo but I can’t find a list of what functions are available in the top level pimoroni module.
I’m particularly interested in reading input from a button and from an analog input.
If there is none I would be willing to help trying to set up some sphinx docs if that would be of interest.