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_Controller.h
- Revision:
- 3:378f57911f5d
- Parent:
- 0:03f05f023ff4
--- a/PS3_Controller.h Sat Apr 06 06:37:13 2019 +0000
+++ b/PS3_Controller.h Fri Nov 08 10:11:32 2019 +0000
@@ -39,6 +39,7 @@
int button(int);
int analog(int);
bool conect(void);
+ void disconect(void);
private:
Serial _uno;