UKHeliBob:
int led[]{0,0,0,0,};
void setup()
{
}
void loop()
{
}
This is what I got
sketch_oct27c:1: error: function definition does not declare parameters
Sir,how to declare parameter?
UKHeliBob:
int led[]{0,0,0,0,};
void setup()
{
}
void loop()
{
}
This is what I got
sketch_oct27c:1: error: function definition does not declare parameters
Sir,how to declare parameter?