From a3c966300ce48b3ba758170238d4a44ba0c7fecb Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Mon, 6 Jul 2015 22:38:41 +0200 Subject: o Migrating to Arduino 1.6 --- README.md | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) (limited to 'README.md') 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. -- cgit v1.2.3