ps3 with sbdbt

Dependents:   hairobo2021_F446re

Revision:
4:0fdf068ce9f4
Parent:
3:5640aae53391
--- a/PS3.cpp	Fri Sep 30 12:28:35 2016 +0000
+++ b/PS3.cpp	Fri Nov 26 00:29:07 2021 +0000
@@ -11,7 +11,7 @@
     PS3Data[6] = 64;
     PS3Data[7] = 0;
     addflag = 0;
-    baud(2400);
+    baud(115200);
     Serial::attach(this, &PS3::getdata, Serial::RxIrq);
 }
 void PS3::getdata()
@@ -88,6 +88,3 @@
         pc.printf("%4d", PS3Data[i]);
     }
 }
-
-
-