birdbrain 0.9.3 → 0.9.4
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 +2 -2
- 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: 20010320d2ba577a1b00f0762ed60c0ca4833bbd6b9e4034106f874db85e81d1
|
|
4
|
+
data.tar.gz: 6415782f80bb4c6aea45510233ee8fd8928f24bf74c8edf4d9df91446cbb44ed
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 491a486bd4cf93aa3bbc12f52ba2996bb3f88e0614729b774b19d5df40c17b62e9eff301170f47cc94c1a0d2c99e42c2774233444dea70ed2c4a8fb9af74fc96
|
|
7
|
+
data.tar.gz: ed9141db314a096d8e786b60ff8a0f07ad53cbf78a32070861d80c90bf716e074ab7200a1cc09006b613bc9881727b8866cc556c2411adf42d105459caa6a44c
|
data/README.md
CHANGED
|
@@ -6,7 +6,7 @@ This Ruby library allows students to use Ruby to read sensors and set motors and
|
|
|
6
6
|
|
|
7
7
|
For more information about setting up the BlueBird Connector used with their Python library, see www.birdbraintechnologies.com/hummingbirdbit/python
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
RubyDoc files are available at https://rubydoc.info/github/fmorton/BirdBrain-Ruby-Library
|
|
10
10
|
|
|
11
11
|
## Installation
|
|
12
12
|
|
|
@@ -81,7 +81,7 @@ sleep(1)
|
|
|
81
81
|
finch.disconnect
|
|
82
82
|
```
|
|
83
83
|
|
|
84
|
-
|
|
84
|
+
RubyDoc files are available at https://rubydoc.info/github/fmorton/BirdBrain-Ruby-Library
|
|
85
85
|
|
|
86
86
|
## Development
|
|
87
87
|
|
data/lib/birdbrain/version.rb
CHANGED