In Windows, with the latest Processing IDE, I get an 'unexpected token:void' error when running the code below. In Linux no such problem. I tried putting spaces between the '<' and 'Integer' . But it did not help. Does anyone have a solution?
Thanks.
void setup()
{
}
1