Skeleton for Silicon Valley Code Camp 2017

Files at this revision

API Documentation at this revision

Comitter:
Roietronics
Date:
Fri Oct 06 21:46:27 2017 +0000
Commit message:
init

Changed in this revision

.hgignore Show annotated file Show diff for this revision Revisions of this file
DemoMain.cpp Show annotated file Show diff for this revision Revisions of this file
mbed-os.lib Show annotated file Show diff for this revision Revisions of this file
setup.sh Show annotated file Show diff for this revision Revisions of this file
diff -r 000000000000 -r 0688691ede48 .hgignore
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.hgignore	Fri Oct 06 21:46:27 2017 +0000
@@ -0,0 +1,4 @@
+mbed-os
+.build
+/mdot/
+/mdot-library/
diff -r 000000000000 -r 0688691ede48 DemoMain.cpp
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/DemoMain.cpp	Fri Oct 06 21:46:27 2017 +0000
@@ -0,0 +1,3 @@
+int msin() {
+    }
+
diff -r 000000000000 -r 0688691ede48 mbed-os.lib
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed-os.lib	Fri Oct 06 21:46:27 2017 +0000
@@ -0,0 +1,1 @@
+https://github.com/ARMmbed/mbed-os/#fc1836545dcc2fc86f03b01292b62bf2089f67c3
diff -r 000000000000 -r 0688691ede48 setup.sh
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/setup.sh	Fri Oct 06 21:46:27 2017 +0000
@@ -0,0 +1,3 @@
+if [ ! -d ISL29011 ]; then
+    hg clone https://developer.mbed.org/teams/Multi-Hackers/code/ISL29011/
+fi