Hi,
im trying to get the examples for the ltp305 driver breakout running but i am having difficulty acually getting them to work.
i am using a tiny2040 with the 1.18 micropython firmware, and i have both the ltp-305 and smbus2 modules installed on thonny. I have the dot matrix breakout board on a breadboard with the microcontroller and the sda and scl connected to gio 0 and 1.
on trying the time example i get the error:
Traceback (most recent call last):
File “”, line 3, in
ImportError: no module named ‘pimoroni_i2c’
i have tried to find the module using the thonny package finder but it doesnt seem to be on there
and im a little lost at what to try next
Thanks.