You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have some problem running this code on jetson nano:raise ValueError(
ValueError: No Hardware SPI on (SCLK, MOSI, MISO)=(GEN2_I2C_SCL, GEN2_I2C_SDA, None)
Valid SPI ports:((0, SPI1_SCK, SPI1_MOSI, SPI1_MISO), (1, SPI2_SCK, SPI2_MOSI, SPI2_MISO))
I'll be very thankful to the one who tells me how to solve it?
The text was updated successfully, but these errors were encountered:
I have some problem running this code on jetson nano:raise ValueError(
ValueError: No Hardware SPI on (SCLK, MOSI, MISO)=(GEN2_I2C_SCL, GEN2_I2C_SDA, None)
Valid SPI ports:((0, SPI1_SCK, SPI1_MOSI, SPI1_MISO), (1, SPI2_SCK, SPI2_MOSI, SPI2_MISO))
I'll be very thankful to the one who tells me how to solve it?
The text was updated successfully, but these errors were encountered: