You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
344 B
14 lines
344 B
oc-basecontrol
|
|
==============
|
|
|
|
oc-basecontrol is a OpenComputers generic base control library.
|
|
|
|
## Documentation ##
|
|
|
|
Load oc-basecontrol into your application:
|
|
```lua
|
|
bc = require("bc"):init("<master-address>")
|
|
```
|
|
where `<master-address>` is the address of you networks master.
|
|
The master is only required to download the base structure file.
|