smartknob/software/js
CrosseyeJack cfde66128c
Quick lowercase hack to help Windows users (#103)
Windows upper cases the vendor and product id, so the filter will fail.
So LOWERCASE ALL THE THINGS!

Co-authored-by: Crosseye Jack <dan@crosseyejack.com>
2022-10-26 22:17:51 -07:00
..
packages Quick lowercase hack to help Windows users (#103) 2022-10-26 22:17:51 -07:00
.gitignore Protobuf serial protocol (#101) 2022-10-22 17:27:35 -07:00
.npmrc Protobuf serial protocol (#101) 2022-10-22 17:27:35 -07:00
package-lock.json Protobuf serial protocol (#101) 2022-10-22 17:27:35 -07:00
package.json Protobuf serial protocol (#101) 2022-10-22 17:27:35 -07:00
README.md Protobuf serial protocol (#101) 2022-10-22 17:27:35 -07:00

Typescript SmartKnob protobuf interface library

  • node >= 18.11.0
  • npm >= 8.19.2

Setup

npm ci
npm run build

Example

Connect the SmartKnob via USB, then run the example:

npm run example