for high school student

Dependencies:   SDFileSystem esp8266 mbed easyStepper laser

Files at this revision

API Documentation at this revision

Comitter:
Dennis_Yu
Date:
Fri Sep 14 08:37:48 2018 +0000
Child:
1:91c2349c79de
Commit message:
first commit

Changed in this revision

Example_for_learning.cpp Show annotated file Show diff for this revision Revisions of this file
SDFileSystem.lib Show annotated file Show diff for this revision Revisions of this file
esp8266.lib 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
stepper.lib Show annotated file Show diff for this revision Revisions of this file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Example_for_learning.cpp	Fri Sep 14 08:37:48 2018 +0000
@@ -0,0 +1,18 @@
+#include <math.h>
+#include <cstring>
+#include <stdlib.h>
+
+#include "mbed.h"
+#include "SDFileSystem.h"
+#include "esp8266.h"
+#include "stepper.h"
+
+Serial ser2usb(PA_9, PA_10);
+
+char filename[80];
+
+int main()
+{
+    ser2usb.baud(11520);
+    strcpy("write.cpp", filename);
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SDFileSystem.lib	Fri Sep 14 08:37:48 2018 +0000
@@ -0,0 +1,1 @@
+https://os.mbed.com/users/Dennis_Yu/code/SDFileSystem/#fd198df2322c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/esp8266.lib	Fri Sep 14 08:37:48 2018 +0000
@@ -0,0 +1,1 @@
+https://os.mbed.com/users/Dennis_Yu/code/esp8266/#08113511c9ab
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Fri Sep 14 08:37:48 2018 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed/builds/a97add6d7e64
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/stepper.lib	Fri Sep 14 08:37:48 2018 +0000
@@ -0,0 +1,1 @@
+https://os.mbed.com/users/Dennis_Yu/code/easyStepper/#9a7c41e82ca5