Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Revision 0:0688691ede48, committed 2017-10-06
- Comitter:
- Roietronics
- Date:
- Fri Oct 06 21:46:27 2017 +0000
- Commit message:
- init
Changed in this revision
--- /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/
--- /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() {
+ }
+
--- /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
--- /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