raspberry_pi_iot 0.0.8 → 0.0.9
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/doc/Actuator.html +1 -1
- data/doc/BH1750.html +1 -1
- data/doc/BME280.html +1 -1
- data/doc/BMP280.html +1 -1
- data/doc/BMxSensor.html +1 -1
- data/doc/BinaryActuator.html +1 -1
- data/doc/BinaryEffector.html +1 -1
- data/doc/BinaryReceptor.html +1 -1
- data/doc/BinarySensor.html +1 -1
- data/doc/Bus.html +1 -1
- data/doc/Button.html +343 -53
- data/doc/DHT11.html +1 -1
- data/doc/DHT22.html +1 -1
- data/doc/DHTxxSensor.html +1 -1
- data/doc/DS18B20.html +1 -1
- data/doc/DigitalActuator.html +1 -1
- data/doc/DigitalEffector.html +16 -28
- data/doc/DigitalReceptor.html +1 -1
- data/doc/DigitalSensor.html +1 -1
- data/doc/Effector.html +1 -1
- data/doc/HCSR501.html +1 -1
- data/doc/HumitureSensor.html +1 -1
- data/doc/IoT.html +1 -1
- data/doc/LED.html +99 -47
- data/doc/MAX44009.html +1 -1
- data/doc/RaspberryPi.html +1 -1
- data/doc/RaspberryPiIoT.html +115 -0
- data/doc/Receptor.html +1 -1
- data/doc/Sensor.html +1 -1
- data/doc/TemperatureSensor.html +1 -1
- data/doc/_index.html +16 -1
- data/doc/class_list.html +1 -1
- data/doc/file.LICENSE.html +92 -0
- data/doc/file.README.html +26 -4
- data/doc/file_list.html +5 -0
- data/doc/index.html +26 -4
- data/doc/method_list.html +105 -113
- data/doc/top-level-namespace.html +2 -2
- data/lib/button.rb +28 -4
- data/lib/digital_effector.rb +8 -14
- data/lib/led.rb +4 -0
- data/lib/led_rgb.rb +27 -44
- data/lib/raspberry_pi_iot.rb +7 -0
- data/test/test_Raspberry_Pi_IoT.rb +11 -0
- data/test/test_button.rb +9 -3
- data/test/test_helper.rb +4 -0
- data/test/test_led.rb +4 -4
- data/test/test_led_rgb.rb +25 -2
- data/test/test_thermal.rb +27 -0
- metadata +69 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5ae25f2ff44e0059630a76bbbbab6f2f71de661b
|
4
|
+
data.tar.gz: 56d764313e3f77c99d2b5067090bd5a942288692
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fe7c8ae64d28e21eaa6a2a0b42fe2e89ea6a9f59bc73ed2cc749db58c939d37e7ab3350429912d4d1df45bb1058b708b8387834b966434b92ebcce24c814f2d9
|
7
|
+
data.tar.gz: 2a88f43dfe79d59af39fc94b46ff450abe52338cb6996631174e4b94b416de0d1a3be962a988dbc51e53a831b2cf3450f60e07213e1e6dec8b96843f56c3edc2
|
data/doc/Actuator.html
CHANGED
@@ -135,7 +135,7 @@
|
|
135
135
|
</div>
|
136
136
|
|
137
137
|
<div id="footer">
|
138
|
-
Generated on
|
138
|
+
Generated on Thu Dec 20 18:09:46 2018 by
|
139
139
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
140
140
|
0.9.16 (ruby-2.3.3).
|
141
141
|
</div>
|
data/doc/BH1750.html
CHANGED
@@ -531,7 +531,7 @@
|
|
531
531
|
</div>
|
532
532
|
|
533
533
|
<div id="footer">
|
534
|
-
Generated on
|
534
|
+
Generated on Thu Dec 20 18:09:39 2018 by
|
535
535
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
536
536
|
0.9.16 (ruby-2.3.3).
|
537
537
|
</div>
|
data/doc/BME280.html
CHANGED
@@ -266,7 +266,7 @@
|
|
266
266
|
</div>
|
267
267
|
|
268
268
|
<div id="footer">
|
269
|
-
Generated on
|
269
|
+
Generated on Thu Dec 20 18:09:41 2018 by
|
270
270
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
271
271
|
0.9.16 (ruby-2.3.3).
|
272
272
|
</div>
|
data/doc/BMP280.html
CHANGED
@@ -266,7 +266,7 @@
|
|
266
266
|
</div>
|
267
267
|
|
268
268
|
<div id="footer">
|
269
|
-
Generated on
|
269
|
+
Generated on Thu Dec 20 18:09:41 2018 by
|
270
270
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
271
271
|
0.9.16 (ruby-2.3.3).
|
272
272
|
</div>
|
data/doc/BMxSensor.html
CHANGED
@@ -547,7 +547,7 @@
|
|
547
547
|
</div>
|
548
548
|
|
549
549
|
<div id="footer">
|
550
|
-
Generated on
|
550
|
+
Generated on Thu Dec 20 18:09:40 2018 by
|
551
551
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
552
552
|
0.9.16 (ruby-2.3.3).
|
553
553
|
</div>
|
data/doc/BinaryActuator.html
CHANGED
@@ -167,7 +167,7 @@
|
|
167
167
|
</div>
|
168
168
|
|
169
169
|
<div id="footer">
|
170
|
-
Generated on
|
170
|
+
Generated on Thu Dec 20 18:09:39 2018 by
|
171
171
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
172
172
|
0.9.16 (ruby-2.3.3).
|
173
173
|
</div>
|
data/doc/BinaryEffector.html
CHANGED
@@ -236,7 +236,7 @@
|
|
236
236
|
</div>
|
237
237
|
|
238
238
|
<div id="footer">
|
239
|
-
Generated on
|
239
|
+
Generated on Thu Dec 20 18:09:39 2018 by
|
240
240
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
241
241
|
0.9.16 (ruby-2.3.3).
|
242
242
|
</div>
|
data/doc/BinaryReceptor.html
CHANGED
@@ -377,7 +377,7 @@
|
|
377
377
|
</div>
|
378
378
|
|
379
379
|
<div id="footer">
|
380
|
-
Generated on
|
380
|
+
Generated on Thu Dec 20 18:09:40 2018 by
|
381
381
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
382
382
|
0.9.16 (ruby-2.3.3).
|
383
383
|
</div>
|
data/doc/BinarySensor.html
CHANGED
@@ -158,7 +158,7 @@
|
|
158
158
|
</div>
|
159
159
|
|
160
160
|
<div id="footer">
|
161
|
-
Generated on
|
161
|
+
Generated on Thu Dec 20 18:09:40 2018 by
|
162
162
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
163
163
|
0.9.16 (ruby-2.3.3).
|
164
164
|
</div>
|
data/doc/Bus.html
CHANGED
@@ -116,7 +116,7 @@
|
|
116
116
|
</div>
|
117
117
|
|
118
118
|
<div id="footer">
|
119
|
-
Generated on
|
119
|
+
Generated on Thu Dec 20 18:09:38 2018 by
|
120
120
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
121
121
|
0.9.16 (ruby-2.3.3).
|
122
122
|
</div>
|