Arducleo board basic samples. This board is based on the ST Nucleo F103RB, without morpho pins. And coming with a buzzer, a DAPLink debug unit on board.

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
dotnfc
Date:
Fri Jul 01 03:35:39 2016 +0000
Commit message:
First initial public release of Arudcleo board

Changed in this revision

inc/config_demo.h 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
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/inc/config_demo.h	Fri Jul 01 03:35:39 2016 +0000
@@ -0,0 +1,13 @@
+/*=============================================================================
+ * Arducleo Samples global config
+ *
+ * by dotnfc@163.com
+ *  http://www.dotware.cn
+ * $ 1.0, 2016/07/01 $
+ */
+ 
+#ifndef __CONFIG_DEMO_H
+#define __CONFIG_DEMO_H
+
+
+#endif // __CONFIG_DEMO_H
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Fri Jul 01 03:35:39 2016 +0000
@@ -0,0 +1,15 @@
+/*=============================================================================
+ * Arducleo main entry
+ *
+ * by dotnfc@163.com
+ *  http://www.dotware.cn
+ * $ 1.0, 2016/07/01 $
+ */
+ 
+ #include <mbed.h>
+ #include "config_demo.h"
+ 
+int main()
+{
+    return 0;
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Fri Jul 01 03:35:39 2016 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed/builds/6c34061e7c34
\ No newline at end of file