Class: DhtSensor
- Inherits:
-
Object
- Object
- DhtSensor
- Defined in:
- lib/dht_sensor/version.rb,
ext/dht_sensor/dht_sensor.c
Constant Summary collapse
- VERSION =
"0.0.1"
Instance Method Summary collapse
-
#initialize ⇒ Object
constructor
Prototype for our methods - methods are prefixed by ‘method_’ here.
- #to_a ⇒ Object
Constructor Details
#initialize ⇒ Object
Prototype for our methods - methods are prefixed by ‘method_’ here
12 |
# File 'ext/dht_sensor/dht_sensor.c', line 12
VALUE method_initialize(VALUE self, VALUE type, VALUE pin);
|
Instance Method Details
#to_a ⇒ Object
13 |
# File 'ext/dht_sensor/dht_sensor.c', line 13 VALUE method_to_a(VALUE self); |