PIO::Program class of PicoRuby

Singleton methods

new

PIO::Program.new(Array[Integer] instructions, Integer side_set_count, bool side_set_optional, Integer wrap_target_idx, Integer wrap_idx) -> void

Instance methods

length

instance.length() -> Integer

Attr accessors

instructions (reader)

instance.instructions -> Array[Integer]

side_set_count (reader)

instance.side_set_count -> Integer

side_set_optional (reader)

instance.side_set_optional -> bool

wrap_target_idx (reader)

instance.wrap_target_idx -> Integer

wrap_idx (reader)

instance.wrap_idx -> Integer
Tags: class