Originally posted by liam
How do i add The CCAPI Buzzer and LED in my RTM Tool??
Confused What im onabout?
heres what i mean
You must login or register to view this content.7
I've never used the LED but I'm just assuming it's your front panel LED's for turning on your console etc... so you can make it blink, or turn it off... I'm not too sure correct me if I'm wrong...
Anyway, "Buzzer" is just a beep from the PS3.... you can choose to have it on Single, Double or Continues... So here is how you do it...
Declare the PS3API
PS3API PS3 = new PS3API(SelectAPI.ControlConsole);
Code to make the buzzer ring
PS3.CCAPI.RingBuzzer(CCAPI.BuzzerMode.Single);
As a said above you can change it to either Single, Double or Continuous... I wouldn't suggest using Continuous since it can be annoying...