buat jaswin

Dependencies:   Motor encoderKRAI mbed millis

Files at this revision

API Documentation at this revision

Comitter:
sarlilouis
Date:
Mon Nov 05 14:28:15 2018 +0000
Commit message:
buat jaswin

Changed in this revision

Motor.lib Show annotated file Show diff for this revision Revisions of this file
encoderKRAI.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
millis.lib Show annotated file Show diff for this revision Revisions of this file
diff -r 000000000000 -r 417af40e0c3c Motor.lib
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Motor.lib	Mon Nov 05 14:28:15 2018 +0000
@@ -0,0 +1,1 @@
+https://os.mbed.com/users/sarlilouis/code/Motor/#bfdabfcb2b70
diff -r 000000000000 -r 417af40e0c3c encoderKRAI.lib
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/encoderKRAI.lib	Mon Nov 05 14:28:15 2018 +0000
@@ -0,0 +1,1 @@
+https://os.mbed.com/teams/KRAI-2018/code/encoderKRAI/#d831cba48b21
diff -r 000000000000 -r 417af40e0c3c main.cpp
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Mon Nov 05 14:28:15 2018 +0000
@@ -0,0 +1,17 @@
+#include "mbed.h"
+#include "Motor.h"
+
+#define TS 12.5
+
+
+Motor motor1(PB_4, PA_12, PA_11);
+
+
+
+int main(){
+    while(1){
+        
+        motor1.speed(0.3);
+        
+    }
+}
\ No newline at end of file
diff -r 000000000000 -r 417af40e0c3c mbed.bld
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Mon Nov 05 14:28:15 2018 +0000
@@ -0,0 +1,1 @@
+https://os.mbed.com/users/mbed_official/code/mbed/builds/e95d10626187
\ No newline at end of file
diff -r 000000000000 -r 417af40e0c3c millis.lib
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/millis.lib	Mon Nov 05 14:28:15 2018 +0000
@@ -0,0 +1,1 @@
+https://os.mbed.com/teams/DFRobot/code/millis/#736e6cc31bcd