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.
Dependencies: mbed
Fork of Nucleo_PS3_Jikken_XBEE by
Diff: main.cpp
- Revision:
- 25:caa4d20d6c40
- Parent:
- 24:ee0943b12feb
- Child:
- 26:a54985a8f714
diff -r ee0943b12feb -r caa4d20d6c40 main.cpp --- a/main.cpp Wed Oct 28 09:18:09 2015 +0000 +++ b/main.cpp Wed Oct 28 09:19:49 2015 +0000 @@ -225,8 +225,8 @@ int main() { pc.baud(230400); - Dev.baud(921600);//PS3 - //Dev.baud(115200);//XBOX + //Dev.baud(921600);//PS3 + Dev.baud(115200);//XBOX Mechanum.baud(230400); DigitalIn bt(USER_BUTTON); Dev.attach(num,Serial::RxIrq);//受信割り込み設定