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.
Dependents: NHK2019robokon_10_26 NHK2019robokon_10_30 NHK2019robokon_11_18 NHK2019robokon_11_19 ... more
Revision 4:5ae9a03422fe, committed 2019-06-25
- Comitter:
- shina
- Date:
- Tue Jun 25 08:47:36 2019 +0000
- Parent:
- 3:5640aae53391
- Child:
- 5:12bd5aa47c3b
- Commit message:
- 2019 ROBOKON team A manual machine program
Changed in this revision
| PS3.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/PS3.cpp Fri Sep 30 12:28:35 2016 +0000
+++ b/PS3.cpp Tue Jun 25 08:47:36 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()