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 an IC which needs CS to be continuously low at some point in order to read the output codes it is producing. I have set spi.cs_high = False but it doesn't permanently stay low, is there any way to go around this? Can I maybe set the pin of the IC to ground and write spi.NO_CS = True? If you have any idea or suggestion I would be glad to receive it!
Best,
Sofia
The text was updated successfully, but these errors were encountered:
Hello,
I have an IC which needs CS to be continuously low at some point in order to read the output codes it is producing. I have set
spi.cs_high = False
but it doesn't permanently stay low, is there any way to go around this? Can I maybe set the pin of the IC to ground and writespi.NO_CS = True
? If you have any idea or suggestion I would be glad to receive it!Best,
Sofia
The text was updated successfully, but these errors were encountered: