test recieve

Dependencies:   libxDot-mbed5 ISL29011

Fork of Dot-Examples by MultiTech

Files at this revision

API Documentation at this revision

Comitter:
Mike Fiore
Date:
Fri Jun 30 15:28:36 2017 -0500
Parent:
22:d9bc10bbc433
Child:
24:d80afce304c6
Commit message:
add setup script for linux/mac - clones ISL29011 library

Changed in this revision

setup.sh Show annotated file Show diff for this revision Revisions of this file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/setup.sh	Fri Jun 30 15:28:36 2017 -0500
@@ -0,0 +1,3 @@
+if [ ! -d ISL29011 ]; then
+    hg clone https://developer.mbed.org/teams/Multi-Hackers/code/ISL29011/
+fi