I would like to control SPI chip selection pin. Is it possible to control SPI CS pin with Zephyr GPIO API?
I would like to control SPI chip selection pin. Is it possible to control SPI CS pin with Zephyr GPIO API?
Hi,
Is there anything specific you want to do? You can control the pin with the GPIO API
Regards
Runar
Hi,
Is there anything specific you want to do? You can control the pin with the GPIO API
Regards
Runar
Thanks for your reply! Which GPIO API do you suggest to control SPI CS pin to high or low?