Scott Bezek 2afc38f7f9 Updated config schema, improved demo (#121) 2 лет назад
..
packages 2afc38f7f9 Updated config schema, improved demo (#121) 2 лет назад
.gitignore ae28d523e0 Protobuf serial protocol (#101) 3 лет назад
.npmrc ae28d523e0 Protobuf serial protocol (#101) 3 лет назад
README.md 9431ed3971 New detent configurations (magnetic and biased-to-center) and demo React app (#105) 3 лет назад
package-lock.json 2afc38f7f9 Updated config schema, improved demo (#121) 2 лет назад
package.json 9431ed3971 New detent configurations (magnetic and biased-to-center) and demo React app (#105) 3 лет назад

README.md

Typescript SmartKnob protobuf interface library and examples

Requirements (nvm is recommended)

  • node >= 18.11.0
  • npm >= 8.19.2

Setup

npm ci
npm run build

Example

A basic Node.js CLI example. Connect the SmartKnob via USB, then run the example:

npm run example