Updated APIs (markdown)

Vexatos 2014-05-10 23:51:29 -07:00
parent dadbbdcfb6
commit 11b093bfc4

@ -31,7 +31,7 @@ The standard libraries aside, OpenComputers comes with a couple of additional, b
- [[FileSystem|API/FileSystem]]: abstracted interaction with file system components.
- [[Internet|API/Internet]]: a wrapper for Internet Card functionality.
- [[Keyboard|API/Keyboard]]: a table of key codes by name and pressed key tracking.
- [[Note|API/Note]]: an API to convert music notes between their real name, their MIDI code and their frequency
- [[Note|API/Note]]: Converts music notes between their real name, their MIDI code and their frequency
- [[Process|API/Process]]: keeps track of running programs and their environments
- [[Robot|API/Robot]]: abstracted access to robot actions.
- [[Serialization|API/Serialization]]: allows serialization of values, e.g. for sending them via the network.