lib/arduino_firmata/const.rb in arduino_firmata-0.1.5 vs lib/arduino_firmata/const.rb in arduino_firmata-0.1.6

- old
+ new

@@ -9,9 +9,14 @@ :stopbit => 1 } end end + class Status + CLOSE = 0 + OPEN = 1 + end + INPUT = 0 OUTPUT = 1 ANALOG = 2 PWM = 3 SERVO = 4