node-dmx / dmx

DMX controller library for node.js
MIT License
297 stars 96 forks source link

Update all drivers to the new Buffer API #74

Closed bluemaex closed 5 years ago

bluemaex commented 5 years ago

Updated the remaining Drivers to the new Buffer API.

As the new requirement is now Node 10 I did not add a fallback to the old methods as the previous PRs did.

fixes #58 fixes #59 fixes #60