Closed
Description
This may be accepted as a limitation of the system but following code does not compile in the arduino ide 1.5.5 (and I assume all others)
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
beep(1);
}
void beep(int numberOfBeeps, boolean shortbeep = false){
//no code here as it is irrelevant
}
Metadata
Metadata
Assignees
Labels
No labels