From e8e59dde86b7a15c6e30abcc4ee0bbbd63fc3d1f Mon Sep 17 00:00:00 2001 From: molecule Date: Sat, 14 Nov 2015 10:00:27 -0800 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4335b33..f5cf79c 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,23 @@ [![Lightning cloud](http://i.imgur.com/79LUuV7.png)](https://www.youtube.com/watch?v=XxMMNcU-hWE "Click to see the video") -A little lightning cloud for fun. [Full Instructable available here](http://www.instructables.com/id/How-to-make-a-Lightning-Cloud/) +A little lightning cloud for fun. [Full Instructable available here.](http://www.instructables.com/id/How-to-make-a-Lightning-Cloud/) + +##V1.1 +[![Lightning cloud v1.1](http://i.imgur.com/i8TT3HJ.png)](https://www.youtube.com/watch?v=XI98PhaZPTs "Click to see the video") + +Added control via Bluetooth Low Energy module. When you type the letter "f", the lightning "f"lashes. +[Instructable for adding BLE control available here.](http://www.instructables.com/id/How-to-Add-Bluetooth-Control-to-your-Lightning-Clo/step6/Test-with-the-Adafruit-BLE-app/) + +To check out v1.1, use the following command: + +$ git checkout -b branch_name v1.1 ##V1.0 [![Lightning cloud v1.0](http://i.imgur.com/79LUuV7.png)](https://www.youtube.com/watch?v=XxMMNcU-hWE "Click to see the video") +The basic lightning animation. Randomly generates flashes. [Full Instructable available here.](http://www.instructables.com/id/How-to-make-a-Lightning-Cloud/) + To check out v1.0, use the following command: $ git checkout -b branch_name v1.0