Thanks, I tryed, but still I dont get it.
For example, i using docs for "getConfiguration" and it says
getConfiguration function(side:number, [ slot:number]):boolean -- Get the configuration of the export bus pointing in specified direction.
And when i trying to execute this, i gots only nils and errors:
lua> =component.me_exportbus.getConfiguration(0)
nil "no export bus"
lua> =component.me_exportbus.getConfiguration(3)
nil
Also, me_exportbus and some other modules have fields like "slot = -1", but nothing else i can find about it.
Additionally i lurked OpenPeripheral docs, b