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 am of the belief that the SPI constructor should default to having no chip select by default, but at the least I should be able to set the constructor to null and have it not select one.
The text was updated successfully, but these errors were encountered:
I am of the belief that the SPI constructor should default to having no chip select by default
I think we made a bad call on this for T1. Not sure how many code bases it would break (we'd definitely need to update a few module libraries), but I'd be interested in seeing it switched to no CS unless specified.
I am of the belief that the SPI constructor should default to having no chip select by default
+1 - I think we made a bad call on this for T1. Not sure how many code bases it would break (we'd definitely need to update a few module libraries), but I'd be interested in seeing it switched to no CS unless specified.
I am of the belief that the SPI constructor should default to having no chip select by default, but at the least I should be able to set the constructor to null and have it not select one.
The text was updated successfully, but these errors were encountered: