aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2015-07-06 22:38:41 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2015-07-06 22:38:41 +0200
commita3c966300ce48b3ba758170238d4a44ba0c7fecb (patch)
tree0b7edefe2b6ff7b261b31a2f86376036aff1b22a /README.md
parent2f5b20158b811d9ad6e4726d13a7fcc3b7ed961e (diff)
downloadtrygvisio_soil_moisture-a3c966300ce48b3ba758170238d4a44ba0c7fecb.tar.gz
trygvisio_soil_moisture-a3c966300ce48b3ba758170238d4a44ba0c7fecb.tar.bz2
trygvisio_soil_moisture-a3c966300ce48b3ba758170238d4a44ba0c7fecb.tar.xz
trygvisio_soil_moisture-a3c966300ce48b3ba758170238d4a44ba0c7fecb.zip
o Migrating to Arduino 1.6
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 12 insertions, 7 deletions
diff --git a/README.md b/README.md
index 0acd4b6..e4031d5 100644
--- a/README.md
+++ b/README.md
@@ -1,16 +1,21 @@
Build instructions
------------------
-Check out this repository under your sketchbook (normally ~/sketchbook).
+I try to keep up with the latest Arduino IDE releases. These notes was updated when 1.6.5 was current.
-Check out the BLE library from Nordic under $SKETCHBOOK/libraries:
+Check out this repository under your sketchbook (normally ~/Arduino).
- cd ~/sketchbook/libraries
- git clone https://github.com/NordicSemiconductor/ble-sdk-arduino BLE
+Check out the BLE library from Nordic:
-I've mainly used revision `a5c325c329e134fa26fc6d0e3fe484b1a9488567` to build.
+ cd ~/sketchbook
+ git clone https://github.com/cheong2k/ble-sdk-arduino libraries/BLE
- cd ~/sketchbook/hardware
+HEAD was revision `577a652c4250b0494a826d7b2c0a2d165e2f5d42` at the time of writing.
+
+Check out the RedBearLab hardware library
+
+ cd ~/sketchbook
git clone https://github.com/RedBearLab/Blend
+ ln -s Blend/Arduino/hardware/blend hardware/blend
-I've mainly used revision `09c7d3e702aa5899de80412a707a44dfcd616a89` to build.
+HEAD was revision `1f06450c95dc4ddb4499a07d84618f8362d5a74b` at the time of writing.