@fustaro/servo-core
TypeScript icon, indicating that this package has built-in type declarations

6.1.1 • Public • Published

@fustaro/servo-core

Core classes and methods to ease the pain of controlling servos using node.

See;

  1. @fustaro/pololu-maestro-controller for implementation running a Pololu Maestro (Windows 10 / Raspberry Pi / possibly other hardware with USB interface)

  2. @fustaro/pca-9685-controller for implementation running a PCA-9685 servo controller (Raspberry Pi)

Whats new in 6.1.1

  • Added isDisabled() to IServoController

Whats new in 6.0.0

  • Added Servo.isDisabled()
  • Servo angle can't be set if servo is disabled

Whats new in 5.0.0

  • Added optional interface for enabling servos
  • Added mandatory dispose function on ServoDriver

Whats new in 4.0.0

  • Added optional interface for disabling servos
  • PwmWriter renamed to ServoDriver

Package Sidebar

Install

npm i @fustaro/servo-core

Weekly Downloads

13

Version

6.1.1

License

ISC

Unpacked Size

19.4 kB

Total Files

18

Last publish

Collaborators

  • fustaro