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.
setup.sh@23:4c494ddeb4fd, 2017-06-30 (annotated)
- Committer:
- Mike Fiore
- Date:
- Fri Jun 30 15:28:36 2017 -0500
- Revision:
- 23:4c494ddeb4fd
add setup script for linux/mac - clones ISL29011 library
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| Mike Fiore |
23:4c494ddeb4fd | 1 | if [ ! -d ISL29011 ]; then |
| Mike Fiore |
23:4c494ddeb4fd | 2 | hg clone https://developer.mbed.org/teams/Multi-Hackers/code/ISL29011/ |
| Mike Fiore |
23:4c494ddeb4fd | 3 | fi |