Sha256: 0ae1a643830f58f7d832550b6df11160993d296c6b93518058d61fbbb31dac44

Contents?: true

Size: 408 Bytes

Versions: 2

Compression:

Stored size: 408 Bytes

Contents

#!/usr/bin/env ruby

require 'bundler/setup'
require 'max31865'

# You can add fixtures and/or initialization code here to make experimenting
# with your gem easier. You can also use a different console, if you like.

# (If you use this, don't forget to add pry to your Gemfile!)
# require "pry"
# Pry.start

require 'irb'
IRB.start(__FILE__)

m = MAX31865.new
m.read_fault
m.config
loop do
  m.read_all
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
max31865-0.1.9 bin/console
max31865-0.1.7 bin/console