TurnMeOn(int Power, int LDR);
Did you mean
TurnMeOn(Power, LDR);
or TurnMeOn(a, b); ?
BTW
}
}
}
}
is just as ugly as }}}} Use the IDE's auto format tools.
TurnMeOn(int Power, int LDR);
Did you mean
TurnMeOn(Power, LDR);
or TurnMeOn(a, b); ?
BTW
}
}
}
}
is just as ugly as }}}} Use the IDE's auto format tools.