Skip to content

Releases: mwittig/pimatic-johnny-five

20160512, V0.9.3

12 May 20:10
Compare
Choose a tag to compare
  • Dependency updates
  • Removed beta tag

20160506, V0.9.2 (beta)

06 May 19:58
Compare
Choose a tag to compare
  • Dependency updates
  • Added badges and travis build descriptor

20160503, V0.9.1 (beta)

03 May 23:53
Compare
Choose a tag to compare
  • Dependency updates

20160427, V0.9.0 (beta)

03 May 23:53
Compare
Choose a tag to compare
  • Added ESP-8266 board support (experimental)
  • Pimatic 0.9 compatibility changes
  • Dependency updates
  • Moved release history to separate file
  • Added license info to README

20160305, V0.8.8

05 Mar 17:12
Compare
Choose a tag to compare
  • Dependency updates. Now includes support for Raspberry Pi 3.
  • Fixed some typos.

20160210, V0.8.7

10 Feb 21:46
Compare
Choose a tag to compare
  • Fixed initialization for "particle-io" boards, issue #3 - thanks @hoodpablo
  • Updated README, fixed switch example

20160123, V0.8.6

10 Feb 21:43
Compare
Choose a tag to compare
  • Updated dependency on "raspi-io" to include support for enabling pull up resistors by writing HIGH to the pin while in INPUT mode
  • Tweaked johnny-five to allow for longer board initialization timeouts to provide for slow initialization of some Arduinos
  • Added note to README about installation issue

20160121, V0.8.5

22 Jan 01:32
Compare
Choose a tag to compare
  • Added support for Expander boards
  • Improved support for setup of remote boards
  • Improved robustness and error handling

20160112, V0.8.4

12 Jan 00:36
Compare
Choose a tag to compare
  • Fixed dependency on etherport fork, thanks to @rubenoost7

20151229, V0.8.3

12 Jan 00:34
Compare
Choose a tag to compare
  • Added board config option to set baudrate
  • Fixed error in getBoard() function