I'm stuck. I have a char array of numbers (6) which I am using sprintf to format for printing to a TFT display. That part is all working well. Now I am trying to use shiftOut to send the char array out to 4x cascaded CD4094 shift registers but my attempts so far have been hopeless.
I can convert each char to a digit by deducting 48.
I cant get my head around how to send those 6 digits to the cascaded shift registers.
Any help would be gratefully appreciated.