vsergeev/c-periphery

How to set pinmodes to ALT0 in Raspberry pi

Closed this issue · 1 comments

Hello,

I am in the process of migrating from wiring pi to c-periphery for my current project. In wiring pi, I am able to set the pin modes to alt0 via pinModeAlt() function to activate SPI hardware capability, does your library provide a way to do this?

decided to use libgpiod for the new character device impementation