-
Notifications
You must be signed in to change notification settings - Fork 11
/
Changes
80 lines (56 loc) · 2.7 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
Revision history for Device-Firmata
0.69 2020.06.01 - Jens B.
- fix analog channel mapping in method pin_mode, analog_read and observe_analog of Device::Firmata::Platform
- added method close() to Device::Firmata::IO::SerialIO
- added and updated POD
0.68 2020.06.01 - Jens B.
- dist preparation
0.67 2020.05.31 - Jens B.
- dist preparation
0.66 2020.05.31 - Jens B.
- dist preparation
0.65 2018.06.09 - Jens B.
fix push on reference in method attach of Device::Firmata::IO::NetIO
added and updated POD
0.64 2018.01.03 - Jens B.
support Firmata protocol version 2.5 feature PIN_PULLUP (Constants, Platform, Protocol)
0.63 2016.03.19 - Jens B.
supported protocol version detection modified (Protocol)
0.62 2016.02.22 - Jens B.
added software serial support (Platform, Protocol)
0.61 2016.01.09 - Jens B.
added serial pin support (Platform, Protocol, Constants)
added protocol version query (Platform)
fixed messages_handle: REPORT_VERSION returns protocol version (Platform)
added method get_max_compatible_protocol_version (Protocol)
0.60 2014.06.28 - Norbert Truchsess
Fixed formating of Firmata.pm as Windows line-endings break automatic install from CPAN
0.59 2014.06.26 - Norbert Truchsess
Fix a bug in the parser incorrectly skipping single 0x30 bytes
0.58 2014.06.26 - Yanick Champoux
cosmetic change to POD for CPAN
0.57 2014.06.12 - Norbert Truchsess
Fixed building dist for cpan
0.56 2014.06.04 - Norbert Truchsess
add generic method sysex_send to Platform.pl
0.55 2014.04.17 - Norbert Truchsess
fix digital-input message interference with output pins on same port
0.54 2014.03.04 - Norbert Truchsess
add stepper-motor protocol
0.53 2014.03.03 - Norbert Truchsess
add rotary-encoder protocol
0.52 2013.11.22 - Norbert Truchsess
add Firmata over Ethernet
0.51 2013.09.10/23:00 - Brett Carroll
Changed IO.pm to use Win32::SerialPort instead of Win32::Serialport on Windows platforms
Norbert Truchsess: fix handle onewire in capability-response
0.50 2012.12.13-2013.08.11 - Norbert Truchsess
adding all missing protocol-features (1-Wire, I2C, Servo ...)
adding observers for all suitable protocols
Valdas Kondrotas: various bugfixes and enhancements.
2011.03.23 - Chris Fedde
reorganizing as CPAN ready module
2011.02.16 Aki Mimoto
implementig all protocol basics and releasing Device::Firmata on Github
2010.08.31 Aki Mimoto
start of development