openhybrid / object

Hybrid Objects code
Mozilla Public License 2.0
66 stars 25 forks source link

clean up the API for connecting modules (hardwareInterfaces) #6

Closed vheun closed 8 years ago

vheun commented 9 years ago

At this point the API for connecting models is messy. The new API is already proposed in to the files, but it is not implemented.

This API allows the hybrid object to be easily connected to any kind of system it is compiled on.

The connecting API enabling other platforms to connect should look like this:

function addIO () {

}

function writeIO () {

} function readIO () {

}

function developerIO () {

}

vheun commented 8 years ago

@Carsten87 did a great job on this. API is done.