@rev-robotics/expansion-hub-ftdi
v1.0.7
Published
Puts USB-connected Expansion Hubs into firmware update mode
Downloads
70
Readme
expansion-hub-ftdi NPM package
This package enables Node.js applications to put USB-connected Expansion Hubs into firmware update mode.
Making a release
- Check out the
main
branch - Update
version
field inpackage.json
- Run
npm install
- Commit change to git
- Run
git tag v<version>
- Run
git push
- Run
git push --tags
- Run
npm publish --access public
- Create a new release on GitHub with an explanation of the changes