soundanalogous / Breakout

Breakout is a javascript library and toolkit for connecting Arduino and other IOBoards to the web
www.breakoutjs.com
MIT License
180 stars 20 forks source link

enable users to read and write digital ports #70

Open soundanalogous opened 9 years ago

soundanalogous commented 9 years ago

expose the sendDigitalPort method so users can write data to an entire port if necessary (rather than pin by pin).

Dispatch an event (IOBoardEvent.DIGITAL_PORT_DATA) from within processDigitalMessage that enables users to subscribe to a port event change. It should pass along the port number and port value.