Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: PS3.cpp
- Revision:
- 4:61c38a7e0676
- Parent:
- 3:5640aae53391
diff -r 5640aae53391 -r 61c38a7e0676 PS3.cpp --- a/PS3.cpp Fri Sep 30 12:28:35 2016 +0000 +++ b/PS3.cpp Wed Dec 25 06:10:27 2019 +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()