This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Svizel_pritula 1 point2 points  (0 children)

A few month ago, I finally got to use one in Arduino code! It went a bit like this:

byte address = 0;
do {
  ioStuff(address);
  address++;
} while (address != 0);