Sha256: 9992d82754fc88662df10b126c27c7a86c9d68889ce897072ddbfee9da6e4331
Contents?: true
Size: 362 Bytes
Versions: 12
Compression:
Stored size: 362 Bytes
Contents
# -*- coding: utf-8 -*- DESCRIPTION = <<EOS スモウルボットV3を操作します 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_v3)
Version data entries
12 entries across 12 versions & 1 rubygems