2019NHK_teamA / PS3_10_26

Dependents:   NHK2019robokon_10_26 NHK2019robokon_10_30 NHK2019robokon_11_18 NHK2019robokon_11_19 ... more

Files at this revision

API Documentation at this revision

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;