Hello,
I have a sketch with that line
int rowbit = 1 << row;
Can somebody explain what is "<<" in this declaration. I don't find it on arduino.cc
Thanks.
Hello,
I have a sketch with that line
int rowbit = 1 << row;
Can somebody explain what is "<<" in this declaration. I don't find it on arduino.cc
Thanks.
Place in 'rowbit' the value '1' shifted 'row' bits to the left!