Need some help controlling 8 different QWIIC GPIO’s using a PICO. is there a tutorial available when not using the qwiic_i2c package in thonny (not available for pico)
Either just use a cross-compiler like https://pypi.org/project/mpy-cross/ to convert the package into a mpy version, or declare & call the GPIO pins individually in a new sketch using any of the available i2c pins here https://techexplorations.com/wp-content … -03-13.png