Taking the next step !

 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.