Sha256: 1a9c7d9b9c2a666a2d63341c88e3f50837ab6d46bed95f236ae9652d97e4de22

Contents?: true

Size: 433 Bytes

Versions: 1

Compression:

Stored size: 433 Bytes

Contents

# Lifted from cbw.h. Let's hope these don't change often.
# Using revision number 5.90.
module Minilab
  module MinilabConstants
    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.0-x86-mingw32 lib/minilab/minilab_constants.rb