Reputation: 79
I need to connect 99 blocks serial. Can I do it not manually? For example define type of connection (serial\ parallel) and number of blocks forming this connection?
Upvotes: 0
Views: 61
Reputation: 36710
add_line is an api function which allows you to add the lines. Other relevant functions you probably need are find_system and add_block
add_line
find_system
add_block
Upvotes: 2