firmata / firmata.js

JavaScript implementation of the Firmata protocol
711 stars 147 forks source link

Add `Board.clearSysexResponse(commandByte)`. #188

Closed rjrodd closed 6 years ago

rjrodd commented 6 years ago

This is useful for removing custom handlers when: something is disconnected from the larger system causing the custom handler to no longer be relevant, or when cleaning up between tests, removing any added handlers so they may be re-added in a successive test.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.0004%) to 99.883% when pulling 03448d86bb6396b303628be413340e72badb7d10 on rjrodd:master into f12ca349d49c2c4306797fea9dd78be3e70f6bb5 on firmata:master.