mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Removed L2 and R2 from digitalOutput string
This commit is contained in:
parent
780ce9abeb
commit
c72c9a4578
1 changed files with 4 additions and 4 deletions
|
@ -142,14 +142,14 @@ void loop() {
|
|||
|
||||
if(PS3.getButton(L1))
|
||||
digitalOutput += " - L1";
|
||||
if(PS3.getButton(L2))
|
||||
digitalOutput += " - L2";
|
||||
//if(PS3.getButton(L2))
|
||||
//digitalOutput += " - L2";
|
||||
if(PS3.getButton(L3))
|
||||
digitalOutput += " - L3";
|
||||
if(PS3.getButton(R1))
|
||||
digitalOutput += " - R1";
|
||||
if(PS3.getButton(R2))
|
||||
digitalOutput += " - R2";
|
||||
//if(PS3.getButton(R2))
|
||||
//digitalOutput += " - R2";
|
||||
if(PS3.getButton(R3))
|
||||
digitalOutput += " - R3";
|
||||
|
||||
|
|
Loading…
Reference in a new issue