Motor Hat Versions Save

Node Module to control Adafruits MotorHAT for the RaspberryPi

v2.0.0

6 years ago

2.0.0 (2017-10-19)

Features

BREAKING CHANGES

  • Breaking: MotorHat object now needs to be init()-ed.
  • Breaking: stepper.js are now Asynch and require callbacks Old sync methods are still there with a -Sync suffix. Stepper should be initialized with init() before using.
  • dc.js methods are now asynchronous and expect a callback as last parameter. Old sync methods are still there with a -Sync suffix. DC should be initialized with init() before using.

v1.3.2

6 years ago

1.3.2 (2017-10-17)

Bug Fixes

  • package: Fix peer dep for eslint-config-airbnb-base 12.1.0 (d91f008), closes #38

v1.3.1

6 years ago

1.3.1 (2017-10-11)

Bug Fixes

  • debug: release fix for insecure debug version (889c87b)

v1.3.0

6 years ago

1.3.0 (2017-10-03)

Features

  • stepper.js: Add current control. (48d19e5) Fixes #34

v1.2.1

6 years ago

<a name"1.2.1">

1.2.1 (2017-08-09)

Bug Fixes

  • package: update debug to version 3.0.0 (b3a33b8d)

v1.2.0

7 years ago

<a name"1.2.0">

1.2.0 (2017-03-03)

Features

v1.1.0

7 years ago

<a name"1.1.0">

1.1.0 (2017-03-03)

Features