Update README.md

This commit is contained in:
molecule 2015-11-14 10:00:27 -08:00
parent 586415a57a
commit e8e59dde86
1 changed files with 13 additions and 1 deletions

View File

@ -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