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: PS3
Diff: main.cpp
- Revision:
- 1:67eb13b42312
- Parent:
- 0:f66f288a5d4d
- Child:
- 2:90609e82800f
--- a/main.cpp Thu Aug 30 06:12:25 2018 +0000 +++ b/main.cpp Fri Aug 31 02:26:28 2018 +0000 @@ -8,6 +8,7 @@ { pc.printf("start\rn"); while(true) { + while(!ps3.status) printf("disconnected\r\n"); for(int i = 0; i < 4; i++) { pc.printf("%d ", ps3.getStick(i)); }