tinkerforge 2.1.21 → 2.1.22
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 +5 -5
- data/lib/tinkerforge/brick_dc.rb +2 -2
- data/lib/tinkerforge/brick_hat.rb +256 -0
- data/lib/tinkerforge/brick_hat_zero.rb +196 -0
- data/lib/tinkerforge/brick_imu.rb +2 -2
- data/lib/tinkerforge/brick_imu_v2.rb +2 -2
- data/lib/tinkerforge/brick_master.rb +12 -9
- 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_accelerometer_v2.rb +16 -6
- data/lib/tinkerforge/bricklet_air_quality.rb +59 -3
- data/lib/tinkerforge/bricklet_ambient_light.rb +2 -2
- data/lib/tinkerforge/bricklet_ambient_light_v2.rb +2 -2
- data/lib/tinkerforge/bricklet_ambient_light_v3.rb +3 -3
- data/lib/tinkerforge/bricklet_analog_in.rb +2 -2
- data/lib/tinkerforge/bricklet_analog_in_v2.rb +2 -2
- data/lib/tinkerforge/bricklet_analog_in_v3.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_analog_out_v3.rb +2 -2
- data/lib/tinkerforge/bricklet_barometer.rb +2 -2
- data/lib/tinkerforge/bricklet_barometer_v2.rb +2 -2
- data/lib/tinkerforge/bricklet_can.rb +2 -2
- data/lib/tinkerforge/bricklet_can_v2.rb +2 -2
- data/lib/tinkerforge/bricklet_co2.rb +2 -2
- data/lib/tinkerforge/bricklet_co2_v2.rb +479 -0
- 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_ir_v2.rb +3 -3
- data/lib/tinkerforge/bricklet_distance_us.rb +2 -2
- data/lib/tinkerforge/bricklet_dmx.rb +2 -2
- data/lib/tinkerforge/bricklet_dual_button.rb +2 -2
- data/lib/tinkerforge/bricklet_dual_button_v2.rb +2 -2
- data/lib/tinkerforge/bricklet_dual_relay.rb +5 -3
- data/lib/tinkerforge/bricklet_dust_detector.rb +2 -2
- data/lib/tinkerforge/bricklet_e_paper_296x128.rb +600 -0
- data/lib/tinkerforge/bricklet_gps.rb +2 -2
- data/lib/tinkerforge/bricklet_gps_v2.rb +2 -2
- data/lib/tinkerforge/bricklet_hall_effect.rb +2 -2
- data/lib/tinkerforge/bricklet_hall_effect_v2.rb +333 -0
- data/lib/tinkerforge/bricklet_humidity.rb +2 -2
- data/lib/tinkerforge/bricklet_humidity_v2.rb +2 -2
- data/lib/tinkerforge/bricklet_industrial_analog_out.rb +2 -2
- data/lib/tinkerforge/bricklet_industrial_analog_out_v2.rb +2 -2
- data/lib/tinkerforge/bricklet_industrial_counter.rb +2 -2
- data/lib/tinkerforge/bricklet_industrial_digital_in_4.rb +3 -3
- data/lib/tinkerforge/bricklet_industrial_digital_in_4_v2.rb +2 -2
- data/lib/tinkerforge/bricklet_industrial_digital_out_4.rb +9 -4
- data/lib/tinkerforge/bricklet_industrial_digital_out_4_v2.rb +12 -2
- data/lib/tinkerforge/bricklet_industrial_dual_0_20ma.rb +2 -2
- data/lib/tinkerforge/bricklet_industrial_dual_0_20ma_v2.rb +2 -2
- data/lib/tinkerforge/bricklet_industrial_dual_analog_in.rb +2 -2
- data/lib/tinkerforge/bricklet_industrial_dual_analog_in_v2.rb +2 -2
- data/lib/tinkerforge/bricklet_industrial_dual_relay.rb +6 -3
- data/lib/tinkerforge/bricklet_industrial_quad_relay.rb +9 -4
- data/lib/tinkerforge/bricklet_industrial_quad_relay_v2.rb +7 -2
- data/lib/tinkerforge/bricklet_io16.rb +11 -2
- data/lib/tinkerforge/bricklet_io16_v2.rb +10 -2
- data/lib/tinkerforge/bricklet_io4.rb +10 -2
- data/lib/tinkerforge/bricklet_io4_v2.rb +15 -2
- data/lib/tinkerforge/bricklet_isolator.rb +2 -2
- data/lib/tinkerforge/bricklet_joystick.rb +9 -9
- data/lib/tinkerforge/bricklet_joystick_v2.rb +294 -0
- data/lib/tinkerforge/bricklet_laser_range_finder.rb +3 -3
- data/lib/tinkerforge/bricklet_laser_range_finder_v2.rb +447 -0
- data/lib/tinkerforge/bricklet_lcd_128x64.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_led_strip_v2.rb +2 -2
- data/lib/tinkerforge/bricklet_line.rb +2 -2
- data/lib/tinkerforge/bricklet_linear_poti.rb +2 -2
- data/lib/tinkerforge/bricklet_linear_poti_v2.rb +259 -0
- data/lib/tinkerforge/bricklet_load_cell.rb +2 -2
- data/lib/tinkerforge/bricklet_load_cell_v2.rb +2 -2
- data/lib/tinkerforge/bricklet_moisture.rb +2 -2
- data/lib/tinkerforge/bricklet_motion_detector.rb +3 -3
- data/lib/tinkerforge/bricklet_motion_detector_v2.rb +5 -7
- data/lib/tinkerforge/bricklet_motorized_linear_poti.rb +2 -2
- data/lib/tinkerforge/bricklet_multi_touch.rb +2 -2
- data/lib/tinkerforge/bricklet_nfc.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_128x64_v2.rb +2 -2
- data/lib/tinkerforge/bricklet_oled_64x48.rb +2 -2
- data/lib/tinkerforge/bricklet_one_wire.rb +2 -2
- data/lib/tinkerforge/bricklet_outdoor_weather.rb +14 -2
- data/lib/tinkerforge/bricklet_particulate_matter.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_piezo_speaker_v2.rb +311 -0
- data/lib/tinkerforge/bricklet_ptc.rb +2 -2
- data/lib/tinkerforge/bricklet_ptc_v2.rb +2 -2
- data/lib/tinkerforge/bricklet_real_time_clock.rb +2 -2
- data/lib/tinkerforge/bricklet_real_time_clock_v2.rb +2 -2
- data/lib/tinkerforge/bricklet_remote_switch.rb +2 -2
- data/lib/tinkerforge/bricklet_remote_switch_v2.rb +3 -3
- data/lib/tinkerforge/bricklet_rgb_led.rb +4 -4
- data/lib/tinkerforge/bricklet_rgb_led_button.rb +2 -2
- data/lib/tinkerforge/bricklet_rgb_led_matrix.rb +2 -2
- data/lib/tinkerforge/bricklet_rgb_led_v2.rb +203 -0
- data/lib/tinkerforge/bricklet_rotary_encoder.rb +2 -2
- data/lib/tinkerforge/bricklet_rotary_encoder_v2.rb +2 -2
- data/lib/tinkerforge/bricklet_rotary_poti.rb +2 -2
- data/lib/tinkerforge/bricklet_rs232.rb +2 -2
- data/lib/tinkerforge/bricklet_rs232_v2.rb +2 -2
- data/lib/tinkerforge/bricklet_rs485.rb +2 -2
- data/lib/tinkerforge/bricklet_segment_display_4x7.rb +2 -2
- data/lib/tinkerforge/bricklet_segment_display_4x7_v2.rb +309 -0
- data/lib/tinkerforge/bricklet_solid_state_relay.rb +3 -3
- data/lib/tinkerforge/bricklet_solid_state_relay_v2.rb +3 -3
- data/lib/tinkerforge/bricklet_sound_intensity.rb +2 -2
- data/lib/tinkerforge/bricklet_sound_pressure_level.rb +2 -2
- data/lib/tinkerforge/bricklet_temperature.rb +2 -2
- data/lib/tinkerforge/bricklet_temperature_ir.rb +2 -2
- data/lib/tinkerforge/bricklet_temperature_ir_v2.rb +5 -2
- data/lib/tinkerforge/bricklet_temperature_v2.rb +2 -2
- data/lib/tinkerforge/bricklet_thermal_imaging.rb +4 -4
- data/lib/tinkerforge/bricklet_thermocouple.rb +2 -2
- data/lib/tinkerforge/bricklet_thermocouple_v2.rb +2 -2
- data/lib/tinkerforge/bricklet_tilt.rb +2 -2
- data/lib/tinkerforge/bricklet_uv_light.rb +2 -2
- data/lib/tinkerforge/bricklet_uv_light_v2.rb +2 -2
- data/lib/tinkerforge/bricklet_voltage.rb +2 -2
- data/lib/tinkerforge/bricklet_voltage_current.rb +2 -2
- data/lib/tinkerforge/bricklet_voltage_current_v2.rb +2 -2
- data/lib/tinkerforge/ip_connection.rb +21 -4
- data/lib/tinkerforge/version.rb +1 -1
- metadata +14 -3
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# -*- ruby encoding: utf-8 -*-
|
|
2
2
|
#############################################################
|
|
3
|
-
# This file was automatically generated on 2019-
|
|
3
|
+
# This file was automatically generated on 2019-05-21. #
|
|
4
4
|
# #
|
|
5
|
-
# Ruby Bindings Version 2.1.
|
|
5
|
+
# Ruby Bindings Version 2.1.22 #
|
|
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 2019-
|
|
3
|
+
# This file was automatically generated on 2019-05-21. #
|
|
4
4
|
# #
|
|
5
|
-
# Ruby Bindings Version 2.1.
|
|
5
|
+
# Ruby Bindings Version 2.1.22 #
|
|
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 2019-
|
|
3
|
+
# This file was automatically generated on 2019-05-21. #
|
|
4
4
|
# #
|
|
5
|
-
# Ruby Bindings Version 2.1.
|
|
5
|
+
# Ruby Bindings Version 2.1.22 #
|
|
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 #
|
|
@@ -0,0 +1,333 @@
|
|
|
1
|
+
# -*- ruby encoding: utf-8 -*-
|
|
2
|
+
#############################################################
|
|
3
|
+
# This file was automatically generated on 2019-05-21. #
|
|
4
|
+
# #
|
|
5
|
+
# Ruby Bindings Version 2.1.22 #
|
|
6
|
+
# #
|
|
7
|
+
# If you have a bugfix for this file and want to commit it, #
|
|
8
|
+
# please fix the bug in the generator. You can find a link #
|
|
9
|
+
# to the generators git repository on tinkerforge.com #
|
|
10
|
+
#############################################################
|
|
11
|
+
|
|
12
|
+
module Tinkerforge
|
|
13
|
+
# Measures magnetic flux density between -7mT and +7mT
|
|
14
|
+
class BrickletHallEffectV2 < Device
|
|
15
|
+
DEVICE_IDENTIFIER = 2132 # :nodoc:
|
|
16
|
+
DEVICE_DISPLAY_NAME = 'Hall Effect Bricklet 2.0' # :nodoc:
|
|
17
|
+
|
|
18
|
+
# This callback is triggered periodically according to the configuration set by
|
|
19
|
+
# BrickletHallEffectV2#set_magnetic_flux_density_callback_configuration.
|
|
20
|
+
#
|
|
21
|
+
# The parameter is the same as BrickletHallEffectV2#get_magnetic_flux_density.
|
|
22
|
+
CALLBACK_MAGNETIC_FLUX_DENSITY = 4
|
|
23
|
+
|
|
24
|
+
# This callback is triggered periodically according to the configuration set by
|
|
25
|
+
# BrickletHallEffectV2#set_counter_callback_configuration.
|
|
26
|
+
#
|
|
27
|
+
# The count is the same as you would get with BrickletHallEffectV2#get_counter.
|
|
28
|
+
CALLBACK_COUNTER = 10
|
|
29
|
+
|
|
30
|
+
FUNCTION_GET_MAGNETIC_FLUX_DENSITY = 1 # :nodoc:
|
|
31
|
+
FUNCTION_SET_MAGNETIC_FLUX_DENSITY_CALLBACK_CONFIGURATION = 2 # :nodoc:
|
|
32
|
+
FUNCTION_GET_MAGNETIC_FLUX_DENSITY_CALLBACK_CONFIGURATION = 3 # :nodoc:
|
|
33
|
+
FUNCTION_GET_COUNTER = 5 # :nodoc:
|
|
34
|
+
FUNCTION_SET_COUNTER_CONFIG = 6 # :nodoc:
|
|
35
|
+
FUNCTION_GET_COUNTER_CONFIG = 7 # :nodoc:
|
|
36
|
+
FUNCTION_SET_COUNTER_CALLBACK_CONFIGURATION = 8 # :nodoc:
|
|
37
|
+
FUNCTION_GET_COUNTER_CALLBACK_CONFIGURATION = 9 # :nodoc:
|
|
38
|
+
FUNCTION_GET_SPITFP_ERROR_COUNT = 234 # :nodoc:
|
|
39
|
+
FUNCTION_SET_BOOTLOADER_MODE = 235 # :nodoc:
|
|
40
|
+
FUNCTION_GET_BOOTLOADER_MODE = 236 # :nodoc:
|
|
41
|
+
FUNCTION_SET_WRITE_FIRMWARE_POINTER = 237 # :nodoc:
|
|
42
|
+
FUNCTION_WRITE_FIRMWARE = 238 # :nodoc:
|
|
43
|
+
FUNCTION_SET_STATUS_LED_CONFIG = 239 # :nodoc:
|
|
44
|
+
FUNCTION_GET_STATUS_LED_CONFIG = 240 # :nodoc:
|
|
45
|
+
FUNCTION_GET_CHIP_TEMPERATURE = 242 # :nodoc:
|
|
46
|
+
FUNCTION_RESET = 243 # :nodoc:
|
|
47
|
+
FUNCTION_WRITE_UID = 248 # :nodoc:
|
|
48
|
+
FUNCTION_READ_UID = 249 # :nodoc:
|
|
49
|
+
FUNCTION_GET_IDENTITY = 255 # :nodoc:
|
|
50
|
+
|
|
51
|
+
THRESHOLD_OPTION_OFF = 'x' # :nodoc:
|
|
52
|
+
THRESHOLD_OPTION_OUTSIDE = 'o' # :nodoc:
|
|
53
|
+
THRESHOLD_OPTION_INSIDE = 'i' # :nodoc:
|
|
54
|
+
THRESHOLD_OPTION_SMALLER = '<' # :nodoc:
|
|
55
|
+
THRESHOLD_OPTION_GREATER = '>' # :nodoc:
|
|
56
|
+
BOOTLOADER_MODE_BOOTLOADER = 0 # :nodoc:
|
|
57
|
+
BOOTLOADER_MODE_FIRMWARE = 1 # :nodoc:
|
|
58
|
+
BOOTLOADER_MODE_BOOTLOADER_WAIT_FOR_REBOOT = 2 # :nodoc:
|
|
59
|
+
BOOTLOADER_MODE_FIRMWARE_WAIT_FOR_REBOOT = 3 # :nodoc:
|
|
60
|
+
BOOTLOADER_MODE_FIRMWARE_WAIT_FOR_ERASE_AND_REBOOT = 4 # :nodoc:
|
|
61
|
+
BOOTLOADER_STATUS_OK = 0 # :nodoc:
|
|
62
|
+
BOOTLOADER_STATUS_INVALID_MODE = 1 # :nodoc:
|
|
63
|
+
BOOTLOADER_STATUS_NO_CHANGE = 2 # :nodoc:
|
|
64
|
+
BOOTLOADER_STATUS_ENTRY_FUNCTION_NOT_PRESENT = 3 # :nodoc:
|
|
65
|
+
BOOTLOADER_STATUS_DEVICE_IDENTIFIER_INCORRECT = 4 # :nodoc:
|
|
66
|
+
BOOTLOADER_STATUS_CRC_MISMATCH = 5 # :nodoc:
|
|
67
|
+
STATUS_LED_CONFIG_OFF = 0 # :nodoc:
|
|
68
|
+
STATUS_LED_CONFIG_ON = 1 # :nodoc:
|
|
69
|
+
STATUS_LED_CONFIG_SHOW_HEARTBEAT = 2 # :nodoc:
|
|
70
|
+
STATUS_LED_CONFIG_SHOW_STATUS = 3 # :nodoc:
|
|
71
|
+
|
|
72
|
+
# Creates an object with the unique device ID <tt>uid</tt> and adds it to
|
|
73
|
+
# the IP Connection <tt>ipcon</tt>.
|
|
74
|
+
def initialize(uid, ipcon)
|
|
75
|
+
super uid, ipcon
|
|
76
|
+
|
|
77
|
+
@api_version = [2, 0, 0]
|
|
78
|
+
|
|
79
|
+
@response_expected[FUNCTION_GET_MAGNETIC_FLUX_DENSITY] = RESPONSE_EXPECTED_ALWAYS_TRUE
|
|
80
|
+
@response_expected[FUNCTION_SET_MAGNETIC_FLUX_DENSITY_CALLBACK_CONFIGURATION] = RESPONSE_EXPECTED_TRUE
|
|
81
|
+
@response_expected[FUNCTION_GET_MAGNETIC_FLUX_DENSITY_CALLBACK_CONFIGURATION] = RESPONSE_EXPECTED_ALWAYS_TRUE
|
|
82
|
+
@response_expected[FUNCTION_GET_COUNTER] = RESPONSE_EXPECTED_ALWAYS_TRUE
|
|
83
|
+
@response_expected[FUNCTION_SET_COUNTER_CONFIG] = RESPONSE_EXPECTED_FALSE
|
|
84
|
+
@response_expected[FUNCTION_GET_COUNTER_CONFIG] = RESPONSE_EXPECTED_ALWAYS_TRUE
|
|
85
|
+
@response_expected[FUNCTION_SET_COUNTER_CALLBACK_CONFIGURATION] = RESPONSE_EXPECTED_TRUE
|
|
86
|
+
@response_expected[FUNCTION_GET_COUNTER_CALLBACK_CONFIGURATION] = RESPONSE_EXPECTED_ALWAYS_TRUE
|
|
87
|
+
@response_expected[FUNCTION_GET_SPITFP_ERROR_COUNT] = RESPONSE_EXPECTED_ALWAYS_TRUE
|
|
88
|
+
@response_expected[FUNCTION_SET_BOOTLOADER_MODE] = RESPONSE_EXPECTED_ALWAYS_TRUE
|
|
89
|
+
@response_expected[FUNCTION_GET_BOOTLOADER_MODE] = RESPONSE_EXPECTED_ALWAYS_TRUE
|
|
90
|
+
@response_expected[FUNCTION_SET_WRITE_FIRMWARE_POINTER] = RESPONSE_EXPECTED_FALSE
|
|
91
|
+
@response_expected[FUNCTION_WRITE_FIRMWARE] = RESPONSE_EXPECTED_ALWAYS_TRUE
|
|
92
|
+
@response_expected[FUNCTION_SET_STATUS_LED_CONFIG] = RESPONSE_EXPECTED_FALSE
|
|
93
|
+
@response_expected[FUNCTION_GET_STATUS_LED_CONFIG] = RESPONSE_EXPECTED_ALWAYS_TRUE
|
|
94
|
+
@response_expected[FUNCTION_GET_CHIP_TEMPERATURE] = RESPONSE_EXPECTED_ALWAYS_TRUE
|
|
95
|
+
@response_expected[FUNCTION_RESET] = RESPONSE_EXPECTED_FALSE
|
|
96
|
+
@response_expected[FUNCTION_WRITE_UID] = RESPONSE_EXPECTED_FALSE
|
|
97
|
+
@response_expected[FUNCTION_READ_UID] = RESPONSE_EXPECTED_ALWAYS_TRUE
|
|
98
|
+
@response_expected[FUNCTION_GET_IDENTITY] = RESPONSE_EXPECTED_ALWAYS_TRUE
|
|
99
|
+
|
|
100
|
+
@callback_formats[CALLBACK_MAGNETIC_FLUX_DENSITY] = 's'
|
|
101
|
+
@callback_formats[CALLBACK_COUNTER] = 'L'
|
|
102
|
+
|
|
103
|
+
end
|
|
104
|
+
|
|
105
|
+
# Returns the `magnetic flux density (magnetic induction) <https://en.wikipedia.org/wiki/Magnetic_flux>`__
|
|
106
|
+
# in `µT (micro Tesla) <https://en.wikipedia.org/wiki/Tesla_(unit)>`__.
|
|
107
|
+
#
|
|
108
|
+
#
|
|
109
|
+
# If you want to get the value periodically, it is recommended to use the
|
|
110
|
+
# CALLBACK_MAGNETIC_FLUX_DENSITY callback. You can set the callback configuration
|
|
111
|
+
# with BrickletHallEffectV2#set_magnetic_flux_density_callback_configuration.
|
|
112
|
+
def get_magnetic_flux_density
|
|
113
|
+
send_request FUNCTION_GET_MAGNETIC_FLUX_DENSITY, [], '', 2, 's'
|
|
114
|
+
end
|
|
115
|
+
|
|
116
|
+
# The period in ms is the period with which the CALLBACK_MAGNETIC_FLUX_DENSITY callback is triggered
|
|
117
|
+
# periodically. A value of 0 turns the callback off.
|
|
118
|
+
#
|
|
119
|
+
# If the `value has to change`-parameter is set to true, the callback is only
|
|
120
|
+
# triggered after the value has changed. If the value didn't change
|
|
121
|
+
# within the period, the callback is triggered immediately on change.
|
|
122
|
+
#
|
|
123
|
+
# If it is set to false, the callback is continuously triggered with the period,
|
|
124
|
+
# independent of the value.
|
|
125
|
+
#
|
|
126
|
+
# It is furthermore possible to constrain the callback with thresholds.
|
|
127
|
+
#
|
|
128
|
+
# The `option`-parameter together with min/max sets a threshold for the CALLBACK_MAGNETIC_FLUX_DENSITY callback.
|
|
129
|
+
#
|
|
130
|
+
# The following options are possible:
|
|
131
|
+
#
|
|
132
|
+
# "Option", "Description"
|
|
133
|
+
#
|
|
134
|
+
# "'x'", "Threshold is turned off"
|
|
135
|
+
# "'o'", "Threshold is triggered when the value is *outside* the min and max values"
|
|
136
|
+
# "'i'", "Threshold is triggered when the value is *inside* or equal to the min and max values"
|
|
137
|
+
# "'<'", "Threshold is triggered when the value is smaller than the min value (max is ignored)"
|
|
138
|
+
# "'>'", "Threshold is triggered when the value is greater than the min value (max is ignored)"
|
|
139
|
+
#
|
|
140
|
+
# If the option is set to 'x' (threshold turned off) the callback is triggered with the fixed period.
|
|
141
|
+
#
|
|
142
|
+
# The default value is (0, false, 'x', 0, 0).
|
|
143
|
+
def set_magnetic_flux_density_callback_configuration(period, value_has_to_change, option, min, max)
|
|
144
|
+
send_request FUNCTION_SET_MAGNETIC_FLUX_DENSITY_CALLBACK_CONFIGURATION, [period, value_has_to_change, option, min, max], 'L ? k s s', 0, ''
|
|
145
|
+
end
|
|
146
|
+
|
|
147
|
+
# Returns the callback configuration as set by BrickletHallEffectV2#set_magnetic_flux_density_callback_configuration.
|
|
148
|
+
def get_magnetic_flux_density_callback_configuration
|
|
149
|
+
send_request FUNCTION_GET_MAGNETIC_FLUX_DENSITY_CALLBACK_CONFIGURATION, [], '', 10, 'L ? k s s'
|
|
150
|
+
end
|
|
151
|
+
|
|
152
|
+
# Returns the current value of the counter.
|
|
153
|
+
#
|
|
154
|
+
# You can configure the low/high thresholds in µT and the debounce time
|
|
155
|
+
# in us with BrickletHallEffectV2#set_counter_config.
|
|
156
|
+
#
|
|
157
|
+
# If you set reset counter to *true*, the count is set back to 0
|
|
158
|
+
# directly after it is read.
|
|
159
|
+
#
|
|
160
|
+
# If you want to get the count periodically, it is recommended to use the
|
|
161
|
+
# CALLBACK_COUNTER callback. You can set the callback configuration
|
|
162
|
+
# with BrickletHallEffectV2#set_counter_callback_configuration.
|
|
163
|
+
def get_counter(reset_counter)
|
|
164
|
+
send_request FUNCTION_GET_COUNTER, [reset_counter], '?', 4, 'L'
|
|
165
|
+
end
|
|
166
|
+
|
|
167
|
+
# Sets a high and a low threshold in µT as well as a debounce time in µs.
|
|
168
|
+
#
|
|
169
|
+
# If the measured magnetic flux density goes above the high threshold or
|
|
170
|
+
# below the low threshold, the count of the counter is increased by 1.
|
|
171
|
+
#
|
|
172
|
+
# The debounce time is the minimum time between two count increments.
|
|
173
|
+
#
|
|
174
|
+
# The default values are
|
|
175
|
+
#
|
|
176
|
+
# * High Threshold: 2000µT
|
|
177
|
+
# * Low Threshold: -2000µT
|
|
178
|
+
# * Debounce: 100000µs (100ms)
|
|
179
|
+
def set_counter_config(high_threshold, low_threshold, debounce)
|
|
180
|
+
send_request FUNCTION_SET_COUNTER_CONFIG, [high_threshold, low_threshold, debounce], 's s L', 0, ''
|
|
181
|
+
end
|
|
182
|
+
|
|
183
|
+
# Returns the counter config as set by BrickletHallEffectV2#set_counter_config.
|
|
184
|
+
def get_counter_config
|
|
185
|
+
send_request FUNCTION_GET_COUNTER_CONFIG, [], '', 8, 's s L'
|
|
186
|
+
end
|
|
187
|
+
|
|
188
|
+
# The period in ms is the period with which the CALLBACK_COUNTER
|
|
189
|
+
# callback is triggered periodically. A value of 0 turns the callback off.
|
|
190
|
+
#
|
|
191
|
+
# If the `value has to change`-parameter is set to true, the callback is only
|
|
192
|
+
# triggered after at least one of the values has changed. If the values didn't
|
|
193
|
+
# change within the period, the callback is triggered immediately on change.
|
|
194
|
+
#
|
|
195
|
+
# If it is set to false, the callback is continuously triggered with the period,
|
|
196
|
+
# independent of the value.
|
|
197
|
+
#
|
|
198
|
+
# The default value is (0, false).
|
|
199
|
+
def set_counter_callback_configuration(period, value_has_to_change)
|
|
200
|
+
send_request FUNCTION_SET_COUNTER_CALLBACK_CONFIGURATION, [period, value_has_to_change], 'L ?', 0, ''
|
|
201
|
+
end
|
|
202
|
+
|
|
203
|
+
# Returns the callback configuration as set by
|
|
204
|
+
# BrickletHallEffectV2#set_counter_callback_configuration.
|
|
205
|
+
def get_counter_callback_configuration
|
|
206
|
+
send_request FUNCTION_GET_COUNTER_CALLBACK_CONFIGURATION, [], '', 5, 'L ?'
|
|
207
|
+
end
|
|
208
|
+
|
|
209
|
+
# Returns the error count for the communication between Brick and Bricklet.
|
|
210
|
+
#
|
|
211
|
+
# The errors are divided into
|
|
212
|
+
#
|
|
213
|
+
# * ACK checksum errors,
|
|
214
|
+
# * message checksum errors,
|
|
215
|
+
# * framing errors and
|
|
216
|
+
# * overflow errors.
|
|
217
|
+
#
|
|
218
|
+
# The errors counts are for errors that occur on the Bricklet side. All
|
|
219
|
+
# Bricks have a similar function that returns the errors on the Brick side.
|
|
220
|
+
def get_spitfp_error_count
|
|
221
|
+
send_request FUNCTION_GET_SPITFP_ERROR_COUNT, [], '', 16, 'L L L L'
|
|
222
|
+
end
|
|
223
|
+
|
|
224
|
+
# Sets the bootloader mode and returns the status after the requested
|
|
225
|
+
# mode change was instigated.
|
|
226
|
+
#
|
|
227
|
+
# You can change from bootloader mode to firmware mode and vice versa. A change
|
|
228
|
+
# from bootloader mode to firmware mode will only take place if the entry function,
|
|
229
|
+
# device identifier and CRC are present and correct.
|
|
230
|
+
#
|
|
231
|
+
# This function is used by Brick Viewer during flashing. It should not be
|
|
232
|
+
# necessary to call it in a normal user program.
|
|
233
|
+
def set_bootloader_mode(mode)
|
|
234
|
+
send_request FUNCTION_SET_BOOTLOADER_MODE, [mode], 'C', 1, 'C'
|
|
235
|
+
end
|
|
236
|
+
|
|
237
|
+
# Returns the current bootloader mode, see BrickletHallEffectV2#set_bootloader_mode.
|
|
238
|
+
def get_bootloader_mode
|
|
239
|
+
send_request FUNCTION_GET_BOOTLOADER_MODE, [], '', 1, 'C'
|
|
240
|
+
end
|
|
241
|
+
|
|
242
|
+
# Sets the firmware pointer for BrickletHallEffectV2#write_firmware. The pointer has
|
|
243
|
+
# to be increased by chunks of size 64. The data is written to flash
|
|
244
|
+
# every 4 chunks (which equals to one page of size 256).
|
|
245
|
+
#
|
|
246
|
+
# This function is used by Brick Viewer during flashing. It should not be
|
|
247
|
+
# necessary to call it in a normal user program.
|
|
248
|
+
def set_write_firmware_pointer(pointer)
|
|
249
|
+
send_request FUNCTION_SET_WRITE_FIRMWARE_POINTER, [pointer], 'L', 0, ''
|
|
250
|
+
end
|
|
251
|
+
|
|
252
|
+
# Writes 64 Bytes of firmware at the position as written by
|
|
253
|
+
# BrickletHallEffectV2#set_write_firmware_pointer before. The firmware is written
|
|
254
|
+
# to flash every 4 chunks.
|
|
255
|
+
#
|
|
256
|
+
# You can only write firmware in bootloader mode.
|
|
257
|
+
#
|
|
258
|
+
# This function is used by Brick Viewer during flashing. It should not be
|
|
259
|
+
# necessary to call it in a normal user program.
|
|
260
|
+
def write_firmware(data)
|
|
261
|
+
send_request FUNCTION_WRITE_FIRMWARE, [data], 'C64', 1, 'C'
|
|
262
|
+
end
|
|
263
|
+
|
|
264
|
+
# Sets the status LED configuration. By default the LED shows
|
|
265
|
+
# communication traffic between Brick and Bricklet, it flickers once
|
|
266
|
+
# for every 10 received data packets.
|
|
267
|
+
#
|
|
268
|
+
# You can also turn the LED permanently on/off or show a heartbeat.
|
|
269
|
+
#
|
|
270
|
+
# If the Bricklet is in bootloader mode, the LED is will show heartbeat by default.
|
|
271
|
+
def set_status_led_config(config)
|
|
272
|
+
send_request FUNCTION_SET_STATUS_LED_CONFIG, [config], 'C', 0, ''
|
|
273
|
+
end
|
|
274
|
+
|
|
275
|
+
# Returns the configuration as set by BrickletHallEffectV2#set_status_led_config
|
|
276
|
+
def get_status_led_config
|
|
277
|
+
send_request FUNCTION_GET_STATUS_LED_CONFIG, [], '', 1, 'C'
|
|
278
|
+
end
|
|
279
|
+
|
|
280
|
+
# Returns the temperature in °C as measured inside the microcontroller. The
|
|
281
|
+
# value returned is not the ambient temperature!
|
|
282
|
+
#
|
|
283
|
+
# The temperature is only proportional to the real temperature and it has bad
|
|
284
|
+
# accuracy. Practically it is only useful as an indicator for
|
|
285
|
+
# temperature changes.
|
|
286
|
+
def get_chip_temperature
|
|
287
|
+
send_request FUNCTION_GET_CHIP_TEMPERATURE, [], '', 2, 's'
|
|
288
|
+
end
|
|
289
|
+
|
|
290
|
+
# Calling this function will reset the Bricklet. All configurations
|
|
291
|
+
# will be lost.
|
|
292
|
+
#
|
|
293
|
+
# After a reset you have to create new device objects,
|
|
294
|
+
# calling functions on the existing ones will result in
|
|
295
|
+
# undefined behavior!
|
|
296
|
+
def reset
|
|
297
|
+
send_request FUNCTION_RESET, [], '', 0, ''
|
|
298
|
+
end
|
|
299
|
+
|
|
300
|
+
# Writes a new UID into flash. If you want to set a new UID
|
|
301
|
+
# you have to decode the Base58 encoded UID string into an
|
|
302
|
+
# integer first.
|
|
303
|
+
#
|
|
304
|
+
# We recommend that you use Brick Viewer to change the UID.
|
|
305
|
+
def write_uid(uid)
|
|
306
|
+
send_request FUNCTION_WRITE_UID, [uid], 'L', 0, ''
|
|
307
|
+
end
|
|
308
|
+
|
|
309
|
+
# Returns the current UID as an integer. Encode as
|
|
310
|
+
# Base58 to get the usual string version.
|
|
311
|
+
def read_uid
|
|
312
|
+
send_request FUNCTION_READ_UID, [], '', 4, 'L'
|
|
313
|
+
end
|
|
314
|
+
|
|
315
|
+
# Returns the UID, the UID where the Bricklet is connected to,
|
|
316
|
+
# the position, the hardware and firmware version as well as the
|
|
317
|
+
# device identifier.
|
|
318
|
+
#
|
|
319
|
+
# The position can be 'a', 'b', 'c' or 'd'.
|
|
320
|
+
#
|
|
321
|
+
# The device identifier numbers can be found :ref:`here <device_identifier>`.
|
|
322
|
+
# |device_identifier_constant|
|
|
323
|
+
def get_identity
|
|
324
|
+
send_request FUNCTION_GET_IDENTITY, [], '', 25, 'Z8 Z8 k C3 C3 S'
|
|
325
|
+
end
|
|
326
|
+
|
|
327
|
+
# Registers a callback with ID <tt>id</tt> to the block <tt>block</tt>.
|
|
328
|
+
def register_callback(id, &block)
|
|
329
|
+
callback = block
|
|
330
|
+
@registered_callbacks[id] = callback
|
|
331
|
+
end
|
|
332
|
+
end
|
|
333
|
+
end
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# -*- ruby encoding: utf-8 -*-
|
|
2
2
|
#############################################################
|
|
3
|
-
# This file was automatically generated on 2019-
|
|
3
|
+
# This file was automatically generated on 2019-05-21. #
|
|
4
4
|
# #
|
|
5
|
-
# Ruby Bindings Version 2.1.
|
|
5
|
+
# Ruby Bindings Version 2.1.22 #
|
|
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 2019-
|
|
3
|
+
# This file was automatically generated on 2019-05-21. #
|
|
4
4
|
# #
|
|
5
|
-
# Ruby Bindings Version 2.1.
|
|
5
|
+
# Ruby Bindings Version 2.1.22 #
|
|
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 2019-
|
|
3
|
+
# This file was automatically generated on 2019-05-21. #
|
|
4
4
|
# #
|
|
5
|
-
# Ruby Bindings Version 2.1.
|
|
5
|
+
# Ruby Bindings Version 2.1.22 #
|
|
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 2019-
|
|
3
|
+
# This file was automatically generated on 2019-05-21. #
|
|
4
4
|
# #
|
|
5
|
-
# Ruby Bindings Version 2.1.
|
|
5
|
+
# Ruby Bindings Version 2.1.22 #
|
|
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 2019-
|
|
3
|
+
# This file was automatically generated on 2019-05-21. #
|
|
4
4
|
# #
|
|
5
|
-
# Ruby Bindings Version 2.1.
|
|
5
|
+
# Ruby Bindings Version 2.1.22 #
|
|
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 2019-
|
|
3
|
+
# This file was automatically generated on 2019-05-21. #
|
|
4
4
|
# #
|
|
5
|
-
# Ruby Bindings Version 2.1.
|
|
5
|
+
# Ruby Bindings Version 2.1.22 #
|
|
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 #
|
|
@@ -77,7 +77,7 @@ module Tinkerforge
|
|
|
77
77
|
# pins are low.
|
|
78
78
|
#
|
|
79
79
|
# If no groups are used (see BrickletIndustrialDigitalIn4#set_group), the pins correspond to the
|
|
80
|
-
# markings on the
|
|
80
|
+
# markings on the IndustrialDigital In 4 Bricklet.
|
|
81
81
|
#
|
|
82
82
|
# If groups are used, the pins correspond to the element in the group.
|
|
83
83
|
# Element 1 in the group will get pins 0-3, element 2 pins 4-7, element 3
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# -*- ruby encoding: utf-8 -*-
|
|
2
2
|
#############################################################
|
|
3
|
-
# This file was automatically generated on 2019-
|
|
3
|
+
# This file was automatically generated on 2019-05-21. #
|
|
4
4
|
# #
|
|
5
|
-
# Ruby Bindings Version 2.1.
|
|
5
|
+
# Ruby Bindings Version 2.1.22 #
|
|
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 #
|