openhybrid / object

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

Bugfix reinit #27

Closed Carsten87 closed 8 years ago

Carsten87 commented 8 years ago

Branch for fixing the hardware interfaces. Hardware interfaces have to be able to reinit which means that calls to addIO() and clearIO() should be placed inside exports.init() so that the I/O points get readded whenever a reinitialisation is necessary (for example when a target is added).