Shift register - Function

Is there or will there be function to easy control shift register?

We haven’t yet implemented shiftIn() and shiftOut() (Arduino code on github), but I just added it to our backlog. Thanks for the suggestion! Until then, you can actually do this now using digitalWrite to the data pin and clock pin in your own code.