How to use a vector (array) in an function parameter on Arduino code?
my example (dont work)
void teste(int vetor[], int variavel) { //code }