Update README.md
This commit is contained in:
parent
586415a57a
commit
e8e59dde86
14
README.md
14
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")
|
[![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
|
##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")
|
[![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:
|
To check out v1.0, use the following command:
|
||||||
|
|
||||||
$ git checkout -b branch_name v1.0
|
$ git checkout -b branch_name v1.0
|
||||||
|
|
Loading…
Reference in New Issue