birdbrain 0.9.2 → 0.9.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/lib/birdbrain/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dea664a4f09b16f1a2485126f57a277fc113cb3591f851b029f3831c535d765d
|
|
4
|
+
data.tar.gz: d3ff0e19495fd1fc6c5bae10f40a8dd84b7f8bdc4db381f63a92238b110b95f9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5daa66f8c86d80ec12df0d38aa5480b06b00e8455ddcf52798eb434a2c586f003d88d0f842c5808de32a81c5c4aa7343d6a3a52eca9a200284f37760db4bca37
|
|
7
|
+
data.tar.gz: 9bc73d34bb9f18ce2afa6ffee2e7f2aca51fd9e8371bb2546ffaa36d938c40aac4bf8127c2f0dce98cf6556c1855cfa4f75511e8eec49192983477e6ed67470c
|
data/README.md
CHANGED
|
@@ -4,9 +4,9 @@ Ruby Library for the BirdBrainTechnologies Hummingbird Bit and Finch 2
|
|
|
4
4
|
|
|
5
5
|
This Ruby library allows students to use Ruby to read sensors and set motors and LEDs with the Hummingbird Bit. To use Ruby with the Hummingbird Bit, you must connect to the Hummingbird Bit via bluetooth with the BlueBird Connector.
|
|
6
6
|
|
|
7
|
-
For more information about setting up the BlueBird Connector used with their Python library, see www.birdbraintechnologies.com/hummingbirdbit/python
|
|
7
|
+
For more information about setting up the BlueBird Connector used with their Python library, see www.birdbraintechnologies.com/hummingbirdbit/python
|
|
8
8
|
|
|
9
|
-
Rdoc files are available at https://rdoc.info/github/fmorton/BirdBrain-Ruby-Library
|
|
9
|
+
Rdoc files are available at https://rdoc.info/github/fmorton/BirdBrain-Ruby-Library
|
|
10
10
|
|
|
11
11
|
## Installation
|
|
12
12
|
|
|
@@ -24,7 +24,7 @@ Or install it yourself as:
|
|
|
24
24
|
|
|
25
25
|
$ gem install birdbrain
|
|
26
26
|
|
|
27
|
-
The library is distributed through https://rubygems.org/gems/birdbrain
|
|
27
|
+
The library is distributed through https://rubygems.org/gems/birdbrain
|
|
28
28
|
|
|
29
29
|
## Usage
|
|
30
30
|
|
|
@@ -81,7 +81,7 @@ sleep(1)
|
|
|
81
81
|
finch.disconnect
|
|
82
82
|
```
|
|
83
83
|
|
|
84
|
-
Rdoc files are available at https://rdoc.info/github/fmorton/BirdBrain-Ruby-Library
|
|
84
|
+
Rdoc files are available at https://rdoc.info/github/fmorton/BirdBrain-Ruby-Library
|
|
85
85
|
|
|
86
86
|
## Development
|
|
87
87
|
|
data/lib/birdbrain/version.rb
CHANGED