i'm trying to print on Serial monitor my array which contains datas capted by a sensor. but an error occured. in the Arduino console i can read something as "invalid conversion from int to int". i tryed to print other values like char with letters and the isn't any problem, but i really can't print my int array with only numbers...
anyway my code is very simple and thank you very much if can help me!
example.ino (136 Bytes)