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 5:12bd5aa47c3b, committed 2019-10-26
- Comitter:
- shina
- Date:
- Sat Oct 26 04:30:23 2019 +0000
- Parent:
- 4:5ae9a03422fe
- Commit message:
- SBDBT library
Changed in this revision
PS3.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/PS3.h Tue Jun 25 08:47:36 2019 +0000 +++ b/PS3.h Sat Oct 26 04:30:23 2019 +0000 @@ -63,7 +63,7 @@ return atan2(double(PS3Data[4]*-1+64), double(PS3Data[3]-64))*double(180/PI); }*/ void printdata(); - private: + //private: char PS3Data[8]; void (*fpFunc)(); bool addflag;