I bought an Adafruit LSM6DSOX module and I connected to my Rockpi4 board. I installed the provided libraries and tried to follow their examples. However, the
import board
command returns the following error:
NotImplementedError: board not supported None
Is there a way to fix it? Can I connect to the module in other ways?