Sha256: c47daab186936791e7c6e3474388694a9ff66ec9c44cb8bf686e0f99ac474ae4
Contents?: true
Size: 362 Bytes
Versions: 12
Compression:
Stored size: 362 Bytes
Contents
# -*- coding: utf-8 -*- DESCRIPTION = <<EOS スモウルボットS1を操作します EOS require 'smalruby' require_relative 'check_hardware_smalrubot' init_hardware(device: ENV['SMALRUBOT_DEVICE'], baud: ENV['SMALRUBOT_BAUD'] ? ENV['SMALRUBOT_BAUD'].to_i : nil) stage1 = Stage.new(color: 'white') setup_smalrubot(stage1, stage1.smalrubot_s1)
Version data entries
12 entries across 12 versions & 1 rubygems