Serial to Parallel Shifting Out with 74HC595 Shift Registers

Looking for an example Arm Mbed C++ program to shift multiple shift registers 74HC595.

Googled and found following URL for Arduino board:

Similar to this Arduino URL, are there any URLs with Mbed C++ example programs to shift multiple data bytes, through multiple cascaded shift registers please?

Do not want to use SPI or I2C for this.

Thanks,

Hello,

try this - ShiftReg - A library interface to shift register such as NXP… | Mbed

BR, Jan

Hello Johnny,
Thank you very much for the URL about shift registers.
I will check the link and I will post to this forum if I get any difficulties in using the shift register code files.

Thanks,