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
Hi;
My apologies, through a lot of trial and error I have managed to solve my initial problems with I/O control.
If I have multiple devices on the network, and have the gpio.pin set as a cs pin, how do I select the pin prior to a data transfer to that the correct device is selected ?
Do I have to do this by defining the pin as an i/o pin and then pull it high/low before and after a data transfer or is there a method that uses the cs pin instead ?
Also, is it possible to do data transfer using hex values i.e: dev.transfer(0x8d,0x14,0xaf)
The text was updated successfully, but these errors were encountered:
Hi;
My apologies, through a lot of trial and error I have managed to solve my initial problems with I/O control.
If I have multiple devices on the network, and have the gpio.pin set as a cs pin, how do I select the pin prior to a data transfer to that the correct device is selected ?
Do I have to do this by defining the pin as an i/o pin and then pull it high/low before and after a data transfer or is there a method that uses the cs pin instead ?
Also, is it possible to do data transfer using hex values i.e: dev.transfer(0x8d,0x14,0xaf)
The text was updated successfully, but these errors were encountered: