tinkerforge 2.1.14 → 2.1.15
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 +7 -0
- data/lib/tinkerforge/brick_dc.rb +2 -2
- data/lib/tinkerforge/brick_imu.rb +2 -2
- data/lib/tinkerforge/brick_imu_v2.rb +2 -2
- data/lib/tinkerforge/brick_master.rb +2 -2
- data/lib/tinkerforge/brick_red.rb +2 -2
- data/lib/tinkerforge/brick_servo.rb +2 -2
- data/lib/tinkerforge/brick_silent_stepper.rb +2 -2
- data/lib/tinkerforge/brick_stepper.rb +2 -2
- data/lib/tinkerforge/bricklet_accelerometer.rb +2 -2
- data/lib/tinkerforge/bricklet_ambient_light.rb +2 -2
- data/lib/tinkerforge/bricklet_ambient_light_v2.rb +2 -2
- data/lib/tinkerforge/bricklet_analog_in.rb +2 -2
- data/lib/tinkerforge/bricklet_analog_in_v2.rb +2 -2
- data/lib/tinkerforge/bricklet_analog_out.rb +2 -2
- data/lib/tinkerforge/bricklet_analog_out_v2.rb +2 -2
- data/lib/tinkerforge/bricklet_barometer.rb +2 -2
- data/lib/tinkerforge/bricklet_can.rb +2 -2
- data/lib/tinkerforge/bricklet_co2.rb +2 -2
- data/lib/tinkerforge/bricklet_color.rb +2 -2
- data/lib/tinkerforge/bricklet_current12.rb +2 -2
- data/lib/tinkerforge/bricklet_current25.rb +2 -2
- data/lib/tinkerforge/bricklet_distance_ir.rb +2 -2
- data/lib/tinkerforge/bricklet_distance_us.rb +2 -2
- data/lib/tinkerforge/bricklet_dmx.rb +520 -0
- data/lib/tinkerforge/bricklet_dual_button.rb +2 -2
- data/lib/tinkerforge/bricklet_dual_relay.rb +2 -2
- data/lib/tinkerforge/bricklet_dust_detector.rb +2 -2
- data/lib/tinkerforge/bricklet_gps.rb +2 -2
- data/lib/tinkerforge/bricklet_gps_v2.rb +27 -3
- data/lib/tinkerforge/bricklet_hall_effect.rb +2 -2
- data/lib/tinkerforge/bricklet_humidity.rb +2 -2
- data/lib/tinkerforge/bricklet_humidity_v2.rb +368 -0
- data/lib/tinkerforge/bricklet_industrial_analog_out.rb +2 -2
- data/lib/tinkerforge/bricklet_industrial_digital_in_4.rb +2 -2
- data/lib/tinkerforge/bricklet_industrial_digital_out_4.rb +2 -2
- data/lib/tinkerforge/bricklet_industrial_dual_0_20ma.rb +2 -2
- data/lib/tinkerforge/bricklet_industrial_dual_analog_in.rb +2 -2
- data/lib/tinkerforge/bricklet_industrial_quad_relay.rb +2 -2
- data/lib/tinkerforge/bricklet_io16.rb +2 -2
- data/lib/tinkerforge/bricklet_io4.rb +2 -2
- data/lib/tinkerforge/bricklet_joystick.rb +2 -2
- data/lib/tinkerforge/bricklet_laser_range_finder.rb +2 -2
- data/lib/tinkerforge/bricklet_lcd_16x2.rb +2 -2
- data/lib/tinkerforge/bricklet_lcd_20x4.rb +2 -2
- data/lib/tinkerforge/bricklet_led_strip.rb +2 -2
- data/lib/tinkerforge/bricklet_line.rb +2 -2
- data/lib/tinkerforge/bricklet_linear_poti.rb +2 -2
- data/lib/tinkerforge/bricklet_load_cell.rb +2 -2
- data/lib/tinkerforge/bricklet_moisture.rb +2 -2
- data/lib/tinkerforge/bricklet_motion_detector.rb +2 -2
- data/lib/tinkerforge/bricklet_motorized_linear_poti.rb +330 -0
- data/lib/tinkerforge/bricklet_multi_touch.rb +2 -2
- data/lib/tinkerforge/bricklet_nfc_rfid.rb +2 -2
- data/lib/tinkerforge/bricklet_oled_128x64.rb +2 -2
- data/lib/tinkerforge/bricklet_oled_64x48.rb +2 -2
- data/lib/tinkerforge/bricklet_piezo_buzzer.rb +2 -2
- data/lib/tinkerforge/bricklet_piezo_speaker.rb +2 -2
- data/lib/tinkerforge/bricklet_ptc.rb +2 -2
- data/lib/tinkerforge/bricklet_real_time_clock.rb +2 -2
- data/lib/tinkerforge/bricklet_remote_switch.rb +2 -2
- data/lib/tinkerforge/bricklet_rgb_led.rb +3 -3
- data/lib/tinkerforge/bricklet_rgb_led_button.rb +248 -0
- data/lib/tinkerforge/bricklet_rgb_led_matrix.rb +300 -0
- data/lib/tinkerforge/bricklet_rotary_encoder.rb +2 -2
- data/lib/tinkerforge/bricklet_rotary_poti.rb +2 -2
- data/lib/tinkerforge/bricklet_rs232.rb +2 -2
- data/lib/tinkerforge/bricklet_rs485.rb +3 -3
- data/lib/tinkerforge/bricklet_segment_display_4x7.rb +2 -2
- data/lib/tinkerforge/bricklet_solid_state_relay.rb +2 -2
- data/lib/tinkerforge/bricklet_sound_intensity.rb +2 -2
- data/lib/tinkerforge/bricklet_temperature.rb +2 -2
- data/lib/tinkerforge/bricklet_temperature_ir.rb +2 -2
- data/lib/tinkerforge/bricklet_thermal_imaging.rb +555 -0
- data/lib/tinkerforge/bricklet_thermocouple.rb +2 -2
- data/lib/tinkerforge/bricklet_tilt.rb +2 -2
- data/lib/tinkerforge/bricklet_uv_light.rb +2 -2
- data/lib/tinkerforge/bricklet_voltage.rb +2 -2
- data/lib/tinkerforge/bricklet_voltage_current.rb +2 -2
- data/lib/tinkerforge/version.rb +1 -1
- metadata +74 -70
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# -*- ruby encoding: utf-8 -*-
|
|
2
2
|
#############################################################
|
|
3
|
-
# This file was automatically generated on 2017-
|
|
3
|
+
# This file was automatically generated on 2017-11-20. #
|
|
4
4
|
# #
|
|
5
|
-
# Ruby Bindings Version 2.1.
|
|
5
|
+
# Ruby Bindings Version 2.1.15 #
|
|
6
6
|
# #
|
|
7
7
|
# If you have a bugfix for this file and want to commit it, #
|
|
8
8
|
# please fix the bug in the generator. You can find a link #
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# -*- ruby encoding: utf-8 -*-
|
|
2
2
|
#############################################################
|
|
3
|
-
# This file was automatically generated on 2017-
|
|
3
|
+
# This file was automatically generated on 2017-11-20. #
|
|
4
4
|
# #
|
|
5
|
-
# Ruby Bindings Version 2.1.
|
|
5
|
+
# Ruby Bindings Version 2.1.15 #
|
|
6
6
|
# #
|
|
7
7
|
# If you have a bugfix for this file and want to commit it, #
|
|
8
8
|
# please fix the bug in the generator. You can find a link #
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# -*- ruby encoding: utf-8 -*-
|
|
2
2
|
#############################################################
|
|
3
|
-
# This file was automatically generated on 2017-
|
|
3
|
+
# This file was automatically generated on 2017-11-20. #
|
|
4
4
|
# #
|
|
5
|
-
# Ruby Bindings Version 2.1.
|
|
5
|
+
# Ruby Bindings Version 2.1.15 #
|
|
6
6
|
# #
|
|
7
7
|
# If you have a bugfix for this file and want to commit it, #
|
|
8
8
|
# please fix the bug in the generator. You can find a link #
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# -*- ruby encoding: utf-8 -*-
|
|
2
2
|
#############################################################
|
|
3
|
-
# This file was automatically generated on 2017-
|
|
3
|
+
# This file was automatically generated on 2017-11-20. #
|
|
4
4
|
# #
|
|
5
|
-
# Ruby Bindings Version 2.1.
|
|
5
|
+
# Ruby Bindings Version 2.1.15 #
|
|
6
6
|
# #
|
|
7
7
|
# If you have a bugfix for this file and want to commit it, #
|
|
8
8
|
# please fix the bug in the generator. You can find a link #
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# -*- ruby encoding: utf-8 -*-
|
|
2
2
|
#############################################################
|
|
3
|
-
# This file was automatically generated on 2017-
|
|
3
|
+
# This file was automatically generated on 2017-11-20. #
|
|
4
4
|
# #
|
|
5
|
-
# Ruby Bindings Version 2.1.
|
|
5
|
+
# Ruby Bindings Version 2.1.15 #
|
|
6
6
|
# #
|
|
7
7
|
# If you have a bugfix for this file and want to commit it, #
|
|
8
8
|
# please fix the bug in the generator. You can find a link #
|
data/lib/tinkerforge/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tinkerforge
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.1.
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 2.1.15
|
|
6
5
|
platform: ruby
|
|
7
6
|
authors:
|
|
8
7
|
- Matthias Bolte
|
|
9
8
|
autorequire:
|
|
10
9
|
bindir: bin
|
|
11
10
|
cert_chain: []
|
|
12
|
-
date: 2017-
|
|
11
|
+
date: 2017-11-20 00:00:00.000000000 Z
|
|
13
12
|
dependencies: []
|
|
14
13
|
description:
|
|
15
14
|
email: matthias@tinkerforge.com
|
|
@@ -18,105 +17,110 @@ extensions: []
|
|
|
18
17
|
extra_rdoc_files: []
|
|
19
18
|
files:
|
|
20
19
|
- lib/tinkerforge.rb
|
|
21
|
-
- lib/tinkerforge/
|
|
22
|
-
- lib/tinkerforge/
|
|
23
|
-
- lib/tinkerforge/
|
|
24
|
-
- lib/tinkerforge/
|
|
25
|
-
- lib/tinkerforge/
|
|
26
|
-
- lib/tinkerforge/
|
|
27
|
-
- lib/tinkerforge/
|
|
28
|
-
- lib/tinkerforge/
|
|
20
|
+
- lib/tinkerforge/brick_dc.rb
|
|
21
|
+
- lib/tinkerforge/brick_imu.rb
|
|
22
|
+
- lib/tinkerforge/brick_imu_v2.rb
|
|
23
|
+
- lib/tinkerforge/brick_master.rb
|
|
24
|
+
- lib/tinkerforge/brick_red.rb
|
|
25
|
+
- lib/tinkerforge/brick_servo.rb
|
|
26
|
+
- lib/tinkerforge/brick_silent_stepper.rb
|
|
27
|
+
- lib/tinkerforge/brick_stepper.rb
|
|
28
|
+
- lib/tinkerforge/bricklet_accelerometer.rb
|
|
29
|
+
- lib/tinkerforge/bricklet_ambient_light.rb
|
|
30
|
+
- lib/tinkerforge/bricklet_ambient_light_v2.rb
|
|
31
|
+
- lib/tinkerforge/bricklet_analog_in.rb
|
|
32
|
+
- lib/tinkerforge/bricklet_analog_in_v2.rb
|
|
33
|
+
- lib/tinkerforge/bricklet_analog_out.rb
|
|
29
34
|
- lib/tinkerforge/bricklet_analog_out_v2.rb
|
|
30
|
-
- lib/tinkerforge/
|
|
31
|
-
- lib/tinkerforge/
|
|
32
|
-
- lib/tinkerforge/
|
|
33
|
-
- lib/tinkerforge/
|
|
34
|
-
- lib/tinkerforge/bricklet_lcd_20x4.rb
|
|
35
|
-
- lib/tinkerforge/bricklet_ptc.rb
|
|
35
|
+
- lib/tinkerforge/bricklet_barometer.rb
|
|
36
|
+
- lib/tinkerforge/bricklet_can.rb
|
|
37
|
+
- lib/tinkerforge/bricklet_co2.rb
|
|
38
|
+
- lib/tinkerforge/bricklet_color.rb
|
|
36
39
|
- lib/tinkerforge/bricklet_current12.rb
|
|
37
|
-
- lib/tinkerforge/
|
|
38
|
-
- lib/tinkerforge/bricklet_ambient_light.rb
|
|
40
|
+
- lib/tinkerforge/bricklet_current25.rb
|
|
39
41
|
- lib/tinkerforge/bricklet_distance_ir.rb
|
|
40
|
-
- lib/tinkerforge/
|
|
42
|
+
- lib/tinkerforge/bricklet_distance_us.rb
|
|
43
|
+
- lib/tinkerforge/bricklet_dmx.rb
|
|
44
|
+
- lib/tinkerforge/bricklet_dual_button.rb
|
|
45
|
+
- lib/tinkerforge/bricklet_dual_relay.rb
|
|
46
|
+
- lib/tinkerforge/bricklet_dust_detector.rb
|
|
47
|
+
- lib/tinkerforge/bricklet_gps.rb
|
|
48
|
+
- lib/tinkerforge/bricklet_gps_v2.rb
|
|
41
49
|
- lib/tinkerforge/bricklet_hall_effect.rb
|
|
42
|
-
- lib/tinkerforge/
|
|
50
|
+
- lib/tinkerforge/bricklet_humidity.rb
|
|
51
|
+
- lib/tinkerforge/bricklet_humidity_v2.rb
|
|
52
|
+
- lib/tinkerforge/bricklet_industrial_analog_out.rb
|
|
53
|
+
- lib/tinkerforge/bricklet_industrial_digital_in_4.rb
|
|
54
|
+
- lib/tinkerforge/bricklet_industrial_digital_out_4.rb
|
|
55
|
+
- lib/tinkerforge/bricklet_industrial_dual_0_20ma.rb
|
|
56
|
+
- lib/tinkerforge/bricklet_industrial_dual_analog_in.rb
|
|
57
|
+
- lib/tinkerforge/bricklet_industrial_quad_relay.rb
|
|
58
|
+
- lib/tinkerforge/bricklet_io16.rb
|
|
59
|
+
- lib/tinkerforge/bricklet_io4.rb
|
|
60
|
+
- lib/tinkerforge/bricklet_joystick.rb
|
|
61
|
+
- lib/tinkerforge/bricklet_laser_range_finder.rb
|
|
62
|
+
- lib/tinkerforge/bricklet_lcd_16x2.rb
|
|
63
|
+
- lib/tinkerforge/bricklet_lcd_20x4.rb
|
|
64
|
+
- lib/tinkerforge/bricklet_led_strip.rb
|
|
65
|
+
- lib/tinkerforge/bricklet_line.rb
|
|
66
|
+
- lib/tinkerforge/bricklet_linear_poti.rb
|
|
67
|
+
- lib/tinkerforge/bricklet_load_cell.rb
|
|
43
68
|
- lib/tinkerforge/bricklet_moisture.rb
|
|
44
|
-
- lib/tinkerforge/bricklet_multi_touch.rb
|
|
45
|
-
- lib/tinkerforge/bricklet_analog_out.rb
|
|
46
|
-
- lib/tinkerforge/brick_imu.rb
|
|
47
|
-
- lib/tinkerforge/brick_imu_v2.rb
|
|
48
|
-
- lib/tinkerforge/brick_dc.rb
|
|
49
69
|
- lib/tinkerforge/bricklet_motion_detector.rb
|
|
50
|
-
- lib/tinkerforge/
|
|
51
|
-
- lib/tinkerforge/
|
|
52
|
-
- lib/tinkerforge/bricklet_dust_detector.rb
|
|
70
|
+
- lib/tinkerforge/bricklet_motorized_linear_poti.rb
|
|
71
|
+
- lib/tinkerforge/bricklet_multi_touch.rb
|
|
53
72
|
- lib/tinkerforge/bricklet_nfc_rfid.rb
|
|
54
|
-
- lib/tinkerforge/
|
|
55
|
-
- lib/tinkerforge/
|
|
73
|
+
- lib/tinkerforge/bricklet_oled_128x64.rb
|
|
74
|
+
- lib/tinkerforge/bricklet_oled_64x48.rb
|
|
75
|
+
- lib/tinkerforge/bricklet_piezo_buzzer.rb
|
|
76
|
+
- lib/tinkerforge/bricklet_piezo_speaker.rb
|
|
77
|
+
- lib/tinkerforge/bricklet_ptc.rb
|
|
56
78
|
- lib/tinkerforge/bricklet_real_time_clock.rb
|
|
57
|
-
- lib/tinkerforge/bricklet_color.rb
|
|
58
|
-
- lib/tinkerforge/bricklet_dual_relay.rb
|
|
59
|
-
- lib/tinkerforge/bricklet_ambient_light_v2.rb
|
|
60
79
|
- lib/tinkerforge/bricklet_remote_switch.rb
|
|
61
|
-
- lib/tinkerforge/bricklet_analog_in_v2.rb
|
|
62
|
-
- lib/tinkerforge/bricklet_sound_intensity.rb
|
|
63
80
|
- lib/tinkerforge/bricklet_rgb_led.rb
|
|
64
|
-
- lib/tinkerforge/
|
|
65
|
-
- lib/tinkerforge/
|
|
66
|
-
- lib/tinkerforge/
|
|
67
|
-
- lib/tinkerforge/
|
|
68
|
-
- lib/tinkerforge/
|
|
69
|
-
- lib/tinkerforge/bricklet_accelerometer.rb
|
|
70
|
-
- lib/tinkerforge/bricklet_industrial_digital_in_4.rb
|
|
71
|
-
- lib/tinkerforge/bricklet_tilt.rb
|
|
72
|
-
- lib/tinkerforge/brick_stepper.rb
|
|
73
|
-
- lib/tinkerforge/bricklet_io4.rb
|
|
74
|
-
- lib/tinkerforge/bricklet_analog_in.rb
|
|
75
|
-
- lib/tinkerforge/bricklet_gps_v2.rb
|
|
76
|
-
- lib/tinkerforge/bricklet_industrial_dual_analog_in.rb
|
|
77
|
-
- lib/tinkerforge/brick_red.rb
|
|
78
|
-
- lib/tinkerforge/bricklet_temperature_ir.rb
|
|
79
|
-
- lib/tinkerforge/bricklet_dual_button.rb
|
|
80
|
-
- lib/tinkerforge/brick_silent_stepper.rb
|
|
81
|
+
- lib/tinkerforge/bricklet_rgb_led_button.rb
|
|
82
|
+
- lib/tinkerforge/bricklet_rgb_led_matrix.rb
|
|
83
|
+
- lib/tinkerforge/bricklet_rotary_encoder.rb
|
|
84
|
+
- lib/tinkerforge/bricklet_rotary_poti.rb
|
|
85
|
+
- lib/tinkerforge/bricklet_rs232.rb
|
|
81
86
|
- lib/tinkerforge/bricklet_rs485.rb
|
|
82
|
-
- lib/tinkerforge/bricklet_load_cell.rb
|
|
83
87
|
- lib/tinkerforge/bricklet_segment_display_4x7.rb
|
|
84
|
-
- lib/tinkerforge/
|
|
85
|
-
- lib/tinkerforge/
|
|
86
|
-
- lib/tinkerforge/
|
|
87
|
-
- lib/tinkerforge/
|
|
88
|
-
- lib/tinkerforge/
|
|
89
|
-
- lib/tinkerforge/
|
|
88
|
+
- lib/tinkerforge/bricklet_solid_state_relay.rb
|
|
89
|
+
- lib/tinkerforge/bricklet_sound_intensity.rb
|
|
90
|
+
- lib/tinkerforge/bricklet_temperature.rb
|
|
91
|
+
- lib/tinkerforge/bricklet_temperature_ir.rb
|
|
92
|
+
- lib/tinkerforge/bricklet_thermal_imaging.rb
|
|
93
|
+
- lib/tinkerforge/bricklet_thermocouple.rb
|
|
94
|
+
- lib/tinkerforge/bricklet_tilt.rb
|
|
95
|
+
- lib/tinkerforge/bricklet_uv_light.rb
|
|
90
96
|
- lib/tinkerforge/bricklet_voltage.rb
|
|
91
|
-
- lib/tinkerforge/
|
|
97
|
+
- lib/tinkerforge/bricklet_voltage_current.rb
|
|
98
|
+
- lib/tinkerforge/ip_connection.rb
|
|
92
99
|
- lib/tinkerforge/version.rb
|
|
93
|
-
- lib/tinkerforge/bricklet_io16.rb
|
|
94
|
-
- lib/tinkerforge/bricklet_barometer.rb
|
|
95
100
|
homepage: http://www.tinkerforge.com/
|
|
96
101
|
licenses:
|
|
97
102
|
- CC0-1.0
|
|
103
|
+
metadata: {}
|
|
98
104
|
post_install_message:
|
|
99
105
|
rdoc_options:
|
|
100
|
-
- --title
|
|
106
|
+
- "--title"
|
|
101
107
|
- Tinkerforge
|
|
102
108
|
require_paths:
|
|
103
109
|
- lib
|
|
104
110
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
105
|
-
none: false
|
|
106
111
|
requirements:
|
|
107
|
-
- -
|
|
112
|
+
- - ">="
|
|
108
113
|
- !ruby/object:Gem::Version
|
|
109
114
|
version: 1.9.0
|
|
110
115
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
111
|
-
none: false
|
|
112
116
|
requirements:
|
|
113
|
-
- -
|
|
117
|
+
- - ">="
|
|
114
118
|
- !ruby/object:Gem::Version
|
|
115
119
|
version: '0'
|
|
116
120
|
requirements: []
|
|
117
121
|
rubyforge_project:
|
|
118
|
-
rubygems_version:
|
|
122
|
+
rubygems_version: 2.5.2
|
|
119
123
|
signing_key:
|
|
120
|
-
specification_version:
|
|
124
|
+
specification_version: 4
|
|
121
125
|
summary: Ruby API Bindings for Tinkerforge Bricks and Bricklets
|
|
122
126
|
test_files: []
|