Is there a specific place for reporting errors in tutorial code?
This is not a bug, but a misconception which needs to be corrected.
I'm playing around with shift registers, so I looked up the 74HC595 Arduino tutorial. In the third example code, the one using an array, the author sates that binary could not be input directly into code. This is wrong. Another quick search of the reference shows that you input binary by prefixing the digits with 'B'.
sirius631:
Is there a specific place for reporting errors in tutorial code?
This is not a bug, but a misconception which needs to be corrected.
I'm playing around with shift registers, so I looked up the 74HC595 Arduino tutorial. In the third example code, the one using an array, the author sates that binary could not be input directly into code. This is wrong. Another quick search of the reference shows that you input binary by prefixing the digits with 'B'.
I'd post a link if only the forum wouldn't foul up when I go to another page of the website to grab the link, thus falling foul of an apparent maximum number of logins. I must remember to grab the link before I login.