arduino+vb6

Glennmars:
hello,
it's been a long time..by the way, i try your code for the arduino but when i use to compile this, there is an error occur in this code:

 pinMode(kaki, INPUT)

which means invalid conversion from int* to 'unit8_t'..what does it mean?..

i used the arduino version 0021

..thanks for keeping in touch.. :wink:

change pinMode(kaki, INPUT) to pinMode(kaki[i], INPUT)