while compiling the code in arudinio ide i get this error error: macro "max" passed 4 arguments, but takes just 2 int max(int, int, int, int); it would be greatfull of you if can show how to compile the code
while compiling the code in arudinio ide i get this error
error: macro "max" passed 4 arguments, but takes just 2
int max(int, int, int, int);
it would be greatfull of you if can show how to compile the code