Hallo Zusammen, Hello everybody,
ich möchte in einer Schleife mehrere IO-Expander deklarieren: I want to declare several IO expander in a loop:
int i;
for(i=0; i<5; i++) {
char* Ex = "Expander";
strcat(Ex,i);
char* Ad = "Adresse";
strcat(Ad,i);
MCP23S17 Ex = MCP23S17(spi, p20 , Ad );
}
So sollte es Aussehen. It should look like this.
Funktionieren wird es natürlich nicht, jetzt kommt Ihr ins spiel ich benötige einen Schupser zur Lösung.
Of course, it will not work, now you come into play, I need a shove to solve it.
besten dank im voraus Thank you in advance
Dirk
Hallo Zusammen, Hello everybody,
ich möchte in einer Schleife mehrere IO-Expander deklarieren: I want to declare several IO expander in a loop:
int i;
for(i=0; i<5; i++) {
char* Ex = "Expander"; strcat(Ex,i); char* Ad = "Adresse"; strcat(Ad,i);
MCP23S17 Ex = MCP23S17(spi, p20 , Ad );
}
So sollte es Aussehen. It should look like this.
Funktionieren wird es natürlich nicht, jetzt kommt Ihr ins spiel ich benötige einen Schupser zur Lösung. Of course, it will not work, now you come into play, I need a shove to solve it.
besten dank im voraus Thank you in advance Dirk