Skip to content

Releases: ntruchsess/perl-firmata

Fix analog input operations, add IO::SerialIO::close()

01 Jun 20:24
e18b27d
Compare
Choose a tag to compare

Code Changes

  • fix analog input pin operations in Device::Firmata::Platform
  • added IO::SerialIO::close()

CPAN Distribution

  • POD updated
  • dist.ini and ignore.txt removed
  • example_LCD_I2C.pl and LiquidCrystal_I2C.pm excluded, because uploading example classes like LiquidCrystal_I2C is no longer valid and example_LCD_I2C.pl depends on LiquidCrystal_I2C.

NetIO: fix push on reference in attach

09 Jun 18:23
f41b681
Compare
Choose a tag to compare

NetIO

  • fix push on reference in method attach()

POD

  • updated

v0.64 PIN_PULLUP

30 May 21:19
2db1d98
Compare
Choose a tag to compare

Firmata protocol version 2.5 feature PIN_PULLUP

  • PIN_PULLUP pin mode replaces deprecated method to enable pullup on digital input pin

CPAN release

  • Perl module Kwalitee improvements

v0.63 Protocol Version and Serial I/O

20 Jan 20:42
54ae8e4
Compare
Choose a tag to compare

support protocol version / firmware version distinction

  • added protocol version query
  • fixed messages_handle: REPORT_VERSION returns protocol version
  • added method get_max_compatible_protocol_version to return the max. implemented compatible version

support serial I/O

  • added software- and hardware serial support

v0.60 Bugfix release

26 Jun 22:11
Compare
Choose a tag to compare
  • fix a crucial bug in message-parser skipping single bytes of 0x30 (character '0')
  • formating (Unix-lineendings for automatic install from CPAN)

v0.57 CPAN-release

12 Jun 12:44
Compare
Choose a tag to compare

added sysex_send to Platform.pm

v.55 Bugfix-release

17 Apr 09:09
Compare
Choose a tag to compare

fix digital-intput message interference with output pins on same port: 46e779d

v0.54 Stepper and Rotary-encoder support

04 Mar 15:39
Compare
Choose a tag to compare

v0.52 Ethernet Support

22 Nov 16:54
Compare
Choose a tag to compare