Sha256: 8723d564297dc26780b52de0ffdff6a1a6e0985c74806dac4e301c556da7d941

Contents?: true

Size: 453 Bytes

Versions: 1

Compression:

Stored size: 453 Bytes

Contents

module Minilab
  module MinilabConstants #@private
    # Lifted from cbw.h. Let's hope these don't change often.
    # Using revision number 5.90.

    CURRENTREVNUM = 5.90

    BOARDNUM = 0
    DONTPRINT = 0
    STOPALL = 2
    ERRSTRLEN = 256
    BIP10VOLTS = 1
    UNI5VOLTS = 101

    AUXPORT = 1
    DIGITALOUT = 1
    DIGITALIN = 2
    FIRSTPORTA = 10
    FIRSTPORTB = 11
    FIRSTPORTCL = 12
    FIRSTPORTCH = 13
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
minilab-2.0.1-x86-mingw32 lib/minilab/minilab_constants.rb