mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Updated comment
This commit is contained in:
parent
b957f5f4dc
commit
4dc4958e41
1 changed files with 1 additions and 2 deletions
|
@ -185,8 +185,7 @@ uint8_t PS3USB::Init(uint8_t parent, uint8_t port, bool lowspeed) {
|
|||
#endif
|
||||
PS3NavigationConnected = true;
|
||||
}
|
||||
/* Set internal Bluetooth address and request for data */
|
||||
enable_sixaxis();
|
||||
enable_sixaxis(); // The PS3 controller needs a special command before it starts sending data
|
||||
setLedOn(LED1);
|
||||
|
||||
// Needed for PS3 Dualshock and Navigation commands to work
|
||||
|
|
Loading…
Reference in a new issue