2017_hongo_b_team

Dependencies:   Alpha_Movements BoolProcess DataCaller_beta mbed

Files at this revision

API Documentation at this revision

Comitter:
Komazawa_sun
Date:
Mon Sep 11 05:02:21 2017 +0000
Commit message:
???????????

Changed in this revision

Beta_Movements.lib Show annotated file Show diff for this revision Revisions of this file
BoolProcess.lib Show annotated file Show diff for this revision Revisions of this file
DataCaller.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
diff -r 000000000000 -r 847a475cf9a0 Beta_Movements.lib
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Beta_Movements.lib	Mon Sep 11 05:02:21 2017 +0000
@@ -0,0 +1,1 @@
+https://developer.mbed.org/users/Komazawa_sun/code/Alpha_Movements/#bfcf3d8939d7
diff -r 000000000000 -r 847a475cf9a0 BoolProcess.lib
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/BoolProcess.lib	Mon Sep 11 05:02:21 2017 +0000
@@ -0,0 +1,1 @@
+https://developer.mbed.org/users/Komazawa_sun/code/BoolProcess/#69948f240c2d
diff -r 000000000000 -r 847a475cf9a0 DataCaller.lib
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/DataCaller.lib	Mon Sep 11 05:02:21 2017 +0000
@@ -0,0 +1,1 @@
+https://developer.mbed.org/users/Komazawa_sun/code/DataCaller_beta/#8c6ba562532d
diff -r 000000000000 -r 847a475cf9a0 main.cpp
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Mon Sep 11 05:02:21 2017 +0000
@@ -0,0 +1,26 @@
+#include "mbed.h"
+
+#include "DataPool.h"
+#include "AlphaTransporter.h"
+#include "BoolProcess.h"
+
+
+#define SDA PB_7
+#define SCL PB_6
+
+I2C *master;
+DataPool *beta;
+
+Serial pc(USBTX, USBRX);
+
+int main()
+{
+    master = new I2C(SDA, SCL);
+    beta = new AlphaTransporter(master);
+    while(1)
+    {
+
+         //shooter.fire(); 
+        //printf("%f\r\n", fire_work_time);
+    }
+}
diff -r 000000000000 -r 847a475cf9a0 mbed.bld
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Mon Sep 11 05:02:21 2017 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed/builds/a330f0fddbec
\ No newline at end of file